java.lang
Class IllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
- Direct Known Subclasses:
- FormatterClosedException
public class IllegalStateException
- extends RuntimeException
Standard exception class, as specified by the standard Java API.
Compliance: J2SE: 1.4 complete
IllegalStateException
public IllegalStateException()
IllegalStateException
public IllegalStateException(String message)
IllegalStateException
public IllegalStateException(String message,
Throwable cause)
IllegalStateException
public IllegalStateException(Throwable cause)