Class JUMPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vividsolutions.jump.JUMPException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParseException, ReferencedImageException, TaskCancelledException, WorkbenchException
-
Constructor Summary
ConstructorsConstructorDescriptionJUMPException(String message) Constructs a JUMPException object.JUMPException(String message, Throwable cause) JUMPException(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JUMPException
Constructs a JUMPException object.- Parameters:
message- a description of the problem
-
JUMPException
-
JUMPException
-