org.vizzini.game.action
Class IllegalActionRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.vizzini.VizziniRuntimeException
                  extended by org.vizzini.game.GameRuntimeException
                      extended by org.vizzini.game.action.IllegalActionRuntimeException
All Implemented Interfaces:
Serializable

public class IllegalActionRuntimeException
extends GameRuntimeException

Provides a runtime exception which indicates an illegal action has been encountered.

Since:
v0.1
Version:
v0.2
Author:
Jeffrey M. Thompson
See Also:
Serialized Form

Constructor Summary
IllegalActionRuntimeException()
          Construct this object.
IllegalActionRuntimeException(String message)
          Construct this object with the given message.
IllegalActionRuntimeException(String message, Throwable cause)
          Construct this object with the given message and cause.
IllegalActionRuntimeException(Throwable cause)
          Construct this object with the given cause.
 
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

IllegalActionRuntimeException

public IllegalActionRuntimeException()
Construct this object.

Since:
v0.1

IllegalActionRuntimeException

public IllegalActionRuntimeException(String message)
Construct this object with the given message.

Parameters:
message - Message to include with the exception.
Since:
v0.1

IllegalActionRuntimeException

public IllegalActionRuntimeException(Throwable cause)
Construct this object with the given cause.

Parameters:
cause - The cause.
Since:
v0.1

IllegalActionRuntimeException

public IllegalActionRuntimeException(String message,
                                     Throwable cause)
Construct this object with the given message and cause.

Parameters:
message - Message to include with the exception.
cause - The cause.
Since:
v0.1


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02