Package com.vividsolutions.jump
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
public class JUMPException extends Exception
Base exception for JUMP-related problems.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JUMPException(String message)
Constructs a JUMPException object.JUMPException(String message, Throwable cause)
JUMPException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-