Documentation  › java.lang  › IllegalStateException
 
 


  IllegalStateException
  public

  Inherits From:   RuntimeException : Exception : Throwable : Object
  Conforms To:   none
  Declared In:   java.lang


Exception Description
 
Signals that a method has been invoked at an illegal or inappropriate time. In other words, the Java environment or Java application is not in an appropriate state for the requested operation.


Class Variables
 
None declared in this exception.


Instance Variables
 
None declared in this exception.


Constructors
 
IllegalStateException
public IllegalStateException( )

Constructs an IllegalStateException with no detail message. A detail message is a String that describes this particular exception.


IllegalStateException
public IllegalStateException( String s )

Constructs an IllegalStateException with the specified detail message. A detail message is a String that describes this particular exception.


Class Methods
 
None declared in this exception.


Instance Methods
 
None declared in this exception.


Known Subclasses
 
AlreadyConnectedException, CancelledKeyException, ClosedSelectorException, ConnectionPendingException, IllegalBlockingModeException, IllegalComponentStateException, InvalidDnDOperationException, InvalidMarkException, NoConnectionPendingException, NonReadableChannelException, NonWritableChannelException, NotYetBoundException, NotYetConnectedException, OverlappingFileLockException



 
 
  dydoc
  3/10/05