com.jpeterson.x10
Class ControlException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.jpeterson.x10.ControlException
- Direct Known Subclasses:
- GatewayException
- public class ControlException
- extends java.lang.Exception
Signals that an exception has occurred.
In addition to exceptions that inherit from ControlException
some calls throw other Java Exceptions
and Errors
such as IllegalArgumentException
and
SecurityException
.
- See Also:
ControlError
,
Form
, Serialized Form
Constructor Summary |
ControlException()
Constructs a ControlException with no detail message. |
ControlException(java.lang.String s)
Constructs a ControlException with the specified detail
message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ControlException
public ControlException()
- Constructs a
ControlException
with no detail message.
ControlException
public ControlException(java.lang.String s)
- Constructs a
ControlException
with the specified detail
message. A detail message is a String
that describes this
particular exception.
- Parameters:
s
- the detail message