public class MapCSSException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
protected Integer |
column |
protected Integer |
line |
protected String |
specialmessage |
Constructor and Description |
---|
MapCSSException(String specialmessage) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
void |
setColumn(int column) |
void |
setLine(int line) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected final String specialmessage
public MapCSSException(String specialmessage)
public void setColumn(int column)
public void setLine(int line)
public String getMessage()
getMessage
in class Throwable