pl.edu.pjwstk.yaod.sbql.engine
Class EmptyStackException

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

public class EmptyStackException
extends EvalException

See Also:
Serialized Form

Fields inherited from class pl.edu.pjwstk.yaod.sbql.SBQLException
message
 
Constructor Summary
EmptyStackException(java.lang.String s)
           
 
Method Summary
 java.lang.String getExceptionName()
           
 
Methods inherited from class pl.edu.pjwstk.yaod.sbql.visitors.EvalException
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

EmptyStackException

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

getExceptionName

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