|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.vizzini.VizziniException
org.vizzini.game.GameException
org.vizzini.game.action.IllegalActionException
public class IllegalActionException
Provides an exception which indicates an illegal action has been encountered.
Constructor Summary | |
---|---|
IllegalActionException()
Construct this object. |
|
IllegalActionException(String message)
Construct this object with the given message. |
|
IllegalActionException(String message,
Throwable cause)
Construct this object with the given message and cause. |
|
IllegalActionException(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 |
---|
public IllegalActionException()
public IllegalActionException(String message)
message
- Message to include with the exception.public IllegalActionException(Throwable cause)
cause
- The cause.public IllegalActionException(String message, Throwable cause)
message
- Message to include with the exception.cause
- The cause.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |