Package org.locationtech.jts.jump
Class JUMPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.locationtech.jts.jump.JUMPException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParseException
,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.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JUMPException
public JUMPException(String message)
Constructs a JUMPException object.- Parameters:
message
- a description of the problem
-
-