Package org.parboiled.errors
Class IllegalIndentationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- 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
Fields Modifier and Type Field Description InputBuffer
buffer
Position
position
-
Constructor Summary
Constructors Constructor Description IllegalIndentationException(InputBuffer buffer, Position position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
-
-
-
Field Detail
-
buffer
public final InputBuffer buffer
-
position
public final Position position
-
-
Constructor Detail
-
IllegalIndentationException
public IllegalIndentationException(InputBuffer buffer, Position position)
-
-