com.jpeterson.x10
Class ControlError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--com.jpeterson.x10.ControlError
Direct Known Subclasses:
GatewayStateError

public class ControlError
extends java.lang.Error

Signals that an error has occurred.

See Also:
ControlException, Form, Serialized Form

Constructor Summary
ControlError()
          Empty constructor for ControlException with no detail message.
ControlError(java.lang.String s)
          Constructs a ControlException with a 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
 

Constructor Detail

ControlError

public ControlError()
Empty constructor for ControlException with no detail message.

ControlError

public ControlError(java.lang.String s)
Constructs a ControlException with a detail message.
Parameters:
s - the detail message