org.openstreetmap.josm.gui.mappaint.mapcss
Class MapCSSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSException
- All Implemented Interfaces:
- java.io.Serializable
public class MapCSSException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
Field Summary |
protected java.lang.Integer |
column
|
protected java.lang.Integer |
line
|
protected java.lang.String |
specialmessage
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
specialmessage
protected java.lang.String specialmessage
line
protected java.lang.Integer line
column
protected java.lang.Integer column
MapCSSException
public MapCSSException(java.lang.String specialmessage)
setColumn
public void setColumn(int column)
setLine
public void setLine(int line)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
JOSM