Class IllegalParametersException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vividsolutions.jump.io.IllegalParametersException
All Implemented Interfaces:
Serializable

public class IllegalParametersException extends Exception
Simple class to report missing/bad DriverProperties problems.
See Also:
  • Constructor Details

    • IllegalParametersException

      public IllegalParametersException()
      Creates new IllegleParametersException without detail message.
    • IllegalParametersException

      public IllegalParametersException(String msg)
      Constructs an IllegleParametersException with the specified detail message.
      Parameters:
      msg - the detail message.