org.state4j.exceptions
Class LogicErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.state4j.exceptions.LogicErrorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GenericErrorException, NotImplementedYetException, PostconditionViolatedException, PreconditionViolatedException

public class LogicErrorException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
LogicErrorException()
           
LogicErrorException(java.lang.String arg0)
           
LogicErrorException(java.lang.String arg0, java.lang.Throwable arg1)
           
LogicErrorException(java.lang.Throwable arg0)
           
 
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

LogicErrorException

public LogicErrorException()

LogicErrorException

public LogicErrorException(java.lang.String arg0)

LogicErrorException

public LogicErrorException(java.lang.String arg0,
                           java.lang.Throwable arg1)

LogicErrorException

public LogicErrorException(java.lang.Throwable arg0)


Copyright © 2006 . All Rights Reserved.