com.tomgibara.pronto.control
Class ProntoControlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.tomgibara.pronto.core.ProntoException
                  extended by com.tomgibara.pronto.control.ProntoControlException
All Implemented Interfaces:
java.io.Serializable

public class ProntoControlException
extends com.tomgibara.pronto.core.ProntoException

Instances of this class are thrown from methods to indicate that a controller has malfunctioned.

Author:
Tom Gibara
See Also:
Serialized Form

Constructor Summary
ProntoControlException()
          Constructs a new ProntoControlException.
ProntoControlException(java.lang.String message)
          Constructs a new ProntoControlException.
ProntoControlException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new ProntoControlException.
ProntoControlException(java.lang.Throwable cause)
          Constructs a new ProntoControlException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProntoControlException

public ProntoControlException()
Constructs a new ProntoControlException.


ProntoControlException

public ProntoControlException(java.lang.String message,
                              java.lang.Throwable cause)
Constructs a new ProntoControlException.

Parameters:
message - the message of the exception
cause - the throwable which caused this exception

ProntoControlException

public ProntoControlException(java.lang.String message)
Constructs a new ProntoControlException.

Parameters:
message - the message of the exception

ProntoControlException

public ProntoControlException(java.lang.Throwable cause)
Constructs a new ProntoControlException.

Parameters:
cause - the throwable which caused this exception


Copyright © 2006-2007 Tom Gibara. All Rights Reserved.