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.
- Version:
- 1.15 12/03/01
- Author:
- Timothy Prinzing
Fields inherited from class java.lang.Error |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap |
StateInvariantError
public StateInvariantError(String s)
- Creates a new StateInvariantFailure object.
- Parameters:
s
- a string indicating the assertion that failed
comments?