Package org.locationtech.jts.jump.io
Class IllegalParametersException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.locationtech.jts.jump.io.IllegalParametersException
-
- All Implemented Interfaces:
Serializable
public class IllegalParametersException extends Exception
Simple class to report missing/badDriverProperties
problems.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalParametersException()
Creates newIllegleParametersException
without detail message.IllegalParametersException(String msg)
Constructs anIllegleParametersException
with the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalParametersException
public IllegalParametersException()
Creates newIllegleParametersException
without detail message.
-
IllegalParametersException
public IllegalParametersException(String msg)
Constructs anIllegleParametersException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-