public class IllegalIndentationException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
InputBuffer |
buffer |
Position |
position |
Constructor and Description |
---|
IllegalIndentationException(InputBuffer buffer,
Position position) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final InputBuffer buffer
public final Position position
public IllegalIndentationException(InputBuffer buffer, Position position)
public String getMessage()
getMessage
in class Throwable
Copyright © 2017. All rights reserved.