|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.tabacha.cgo.InvalidMoveException
Indicates that a move returned by a routine is invalid.
$Id: InvalidMoveException.java,v 1.4 2004/12/23 21:42:43 mk Exp $
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
InvalidMoveException(java.lang.String message,
Move move)
Constructor. |
Method Summary | |
Move |
getMove()
Returns the invalid move. |
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 InvalidMoveException(java.lang.String message, Move move)
message
- error messagemove
- The invalid move itselfMethod Detail |
public Move getMove()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |