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