org.vizzini.ai.logic
Class LogicException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.vizzini.ai.logic.LogicException
All Implemented Interfaces:
Serializable

public class LogicException
extends Exception

Provides an exception class for the logic system.

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

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

LogicException

public LogicException()
Construct this object.

Since:
v0.2

LogicException

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

Parameters:
message - Message.
Since:
v0.2

LogicException

public LogicException(Throwable throwable)
Construct this object with the given parameter.

Parameters:
throwable - Throwable.
Since:
v0.2

LogicException

public LogicException(String message,
                      Throwable throwable)
Construct this object with the given parameters.

Parameters:
message - Message.
throwable - Throwable.
Since:
v0.2


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