com.tomgibara.pronto.state
Class ProntoStateException

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.state.ProntoStateException
All Implemented Interfaces:
java.io.Serializable

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

Instances of this class are typically thrown when an invalid request is made of a state graph or a state graph editor, or when an state engine transition fails.

Author:
Tom Gibara
See Also:
Serialized Form

Constructor Summary
ProntoStateException()
          Constructs a new ProntoStateException.
ProntoStateException(java.lang.String message)
          Constructs a new ProntoStateException.
ProntoStateException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new ProntoStateException.
ProntoStateException(java.lang.Throwable cause)
          Constructs a new ProntoStateException.
 
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

ProntoStateException

public ProntoStateException()
Constructs a new ProntoStateException.


ProntoStateException

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

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

ProntoStateException

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

Parameters:
message - the message of the exception

ProntoStateException

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

Parameters:
cause - the throwable which caused this exception


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