javax.swing.text
Class StateInvariantError
java.lang.Object
java.lang.Throwable
java.lang.Error
javax.swing.text.StateInvariantError
- All Implemented Interfaces:
- Serializable
- class StateInvariantError
- extends Error
This exception is to report the failure of state invarient
assertion that was made. This indicates an internal error
has occurred.
- Author:
- Timothy Prinzing
Fields inherited from class java.lang.Error |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StateInvariantError
public StateInvariantError(String s)
- Creates a new StateInvariantFailure object.
- Parameters:
s
- a string indicating the assertion that failed