|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
RuntimeException
ControlException
public class ControlException
The ControlException class declares an unchecked exception that is thrown by the Controls runtime under certain failure conditions.
Constructor Summary | |
---|---|
ControlException(String message)
Constructs a ControlException object with the specified String as a message. |
|
ControlException(String message,
Throwable t)
Constructs a ControlException object using the specified String as a message, and the specified Throwable as a nested exception. |
Method Summary |
---|
Methods inherited from class Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ControlException(String message)
message
- The message to use.public ControlException(String message, Throwable t)
message
- The message to use.t
- The exception to nest within this
exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |