ubc.cs.JLog.Foundation
Class InvalidInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ubc.cs.JLog.Foundation.InvalidInputException
All Implemented Interfaces:
java.io.Serializable

public class InvalidInputException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
protected  boolean handled
           
 
Constructor Summary
InvalidInputException()
           
InvalidInputException(boolean h)
           
InvalidInputException(boolean h, java.lang.String s)
           
 
Method Summary
 boolean isHandled()
           
 
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
 

Field Detail

handled

protected boolean handled
Constructor Detail

InvalidInputException

public InvalidInputException()

InvalidInputException

public InvalidInputException(boolean h)

InvalidInputException

public InvalidInputException(boolean h,
                             java.lang.String s)
Method Detail

isHandled

public boolean isHandled()