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

Field Summary
 
Fields inherited from class java.lang.Error
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
StateInvariantError(String s)
          Creates a new StateInvariantFailure object.
 
Methods inherited from class java.lang.Throwable
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateInvariantError

public StateInvariantError(String s)
Creates a new StateInvariantFailure object.

Parameters:
s - a string indicating the assertion that failed


comments?