org.parboiled.errors
Class IllegalIndentationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.parboiled.errors.IllegalIndentationException
All Implemented Interfaces:
java.io.Serializable

public class IllegalIndentationException
extends java.lang.RuntimeException

Exception thrown by the IndentDedentInputbuffer upon detection of an illegal indentation.

See Also:
Serialized Form

Field Summary
 InputBuffer buffer
           
 Position position
           
 
Constructor Summary
IllegalIndentationException(InputBuffer buffer, Position position)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

buffer

public final InputBuffer buffer

position

public final Position position
Constructor Detail

IllegalIndentationException

public IllegalIndentationException(InputBuffer buffer,
                                   Position position)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable