Package geomss.geom
Class ParameterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- geomss.geom.ParameterException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParameterException extends java.lang.RuntimeException
Exception thrown when a parameter value does not match expectations.Modified by: Joseph A. Huwaldt
- Version:
- January 31, 2017
- Author:
- Joseph A. Huwaldt, Date: August 27, 2016
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParameterException()
Constructs an exception with no detail message.ParameterException(java.lang.String message)
Constructs an exception with the specified message.
-
-
-
Constructor Detail
-
ParameterException
public ParameterException()
Constructs an exception with no detail message.
-
ParameterException
public ParameterException(java.lang.String message)
Constructs an exception with the specified message.- Parameters:
message
- the error message.
-
-