org.parboiled.common
Class IntArrayStack.UnderflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.parboiled.common.IntArrayStack.UnderflowException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
IntArrayStack

public static class IntArrayStack.UnderflowException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
IntArrayStack.UnderflowException(java.lang.String message)
           
 
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

IntArrayStack.UnderflowException

public IntArrayStack.UnderflowException(java.lang.String message)