ua.gradsoft.javachecker.trace
Class NotKnowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ua.gradsoft.javachecker.trace.EvaluationException
              extended by ua.gradsoft.javachecker.trace.NotKnowException
All Implemented Interfaces:
java.io.Serializable

public class NotKnowException
extends EvaluationException

Exception is throwed, when we do some action, but we have no information: what to do with such action.

Author:
rssh
See Also:
Serialized Form

Constructor Summary
NotKnowException()
           
 
Method Summary
 
Methods inherited from class ua.gradsoft.javachecker.trace.EvaluationException
getCode
 
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

NotKnowException

public NotKnowException()