Package net.sourceforge.plantuml.tim
Class EaterExceptionLocated
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sourceforge.plantuml.tim.EaterExceptionLocated
-
- All Implemented Interfaces:
java.io.Serializable
public class EaterExceptionLocated extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringLocated
getLocation()
java.lang.String
getMessage()
static EaterExceptionLocated
located(java.lang.String message, StringLocated location)
-
-
-
Method Detail
-
located
public static EaterExceptionLocated located(java.lang.String message, StringLocated location)
-
getMessage
public final java.lang.String getMessage()
- Overrides:
getMessage
in classjava.lang.Throwable
-
getLocation
public final StringLocated getLocation()
-
-