pl.edu.pjwstk.yaod.sbql.visitors
Class EvalException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--pl.edu.pjwstk.yaod.sbql.SBQLException
                    |
                    +--pl.edu.pjwstk.yaod.sbql.visitors.EvalException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EmptyStackException, TypeMismatchException

public class EvalException
extends SBQLException

See Also:
Serialized Form

Fields inherited from class pl.edu.pjwstk.yaod.sbql.SBQLException
message
 
Constructor Summary
EvalException(java.lang.String s)
           
 
Method Summary
 java.lang.String getExceptionName()
           
 java.lang.String getFullMessage()
           
 
Methods inherited from class pl.edu.pjwstk.yaod.sbql.SBQLException
getMessage, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvalException

public EvalException(java.lang.String s)
Method Detail

getExceptionName

public java.lang.String getExceptionName()
Overrides:
getExceptionName in class SBQLException

getFullMessage

public java.lang.String getFullMessage()