|
||||||||||
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.ai.logic.LogicException
public class LogicException
Provides an exception class for the logic system.
Constructor Summary | |
---|---|
LogicException()
Construct this object. |
|
LogicException(String message)
Construct this object with the given parameter. |
|
LogicException(String message,
Throwable throwable)
Construct this object with the given parameters. |
|
LogicException(Throwable throwable)
Construct this object with the given parameter. |
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 LogicException()
public LogicException(String message)
message
- Message.public LogicException(Throwable throwable)
throwable
- Throwable.public LogicException(String message, Throwable throwable)
message
- Message.throwable
- Throwable.
|
||||||||||
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 |