Package net.sourceforge.plantuml.tim
Class EaterExceptionLocated
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sourceforge.plantuml.tim.EaterExceptionLocated
-
- All Implemented Interfaces:
Serializable
public class EaterExceptionLocated extends Exception
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringLocated
getLocation()
String
getMessage()
static EaterExceptionLocated
located(String message, StringLocated location)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
located
public static EaterExceptionLocated located(String message, StringLocated location)
-
getMessage
public final String getMessage()
- Overrides:
getMessage
in classThrowable
-
getLocation
public final StringLocated getLocation()
-
-