Class IllegalParametersException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vividsolutions.jump.io.IllegalParametersException
- All Implemented Interfaces:
Serializable
Simple class to report missing/bad
DriverProperties problems.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newIllegleParametersExceptionwithout detail message.Constructs anIllegleParametersExceptionwith the specified detail message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalParametersException
public IllegalParametersException()Creates newIllegleParametersExceptionwithout detail message. -
IllegalParametersException
Constructs anIllegleParametersExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-