Package geomss.geom
Class DimensionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- geomss.geom.DimensionException
-
- All Implemented Interfaces:
java.io.Serializable
public class DimensionException extends java.lang.RuntimeException
Exception thrown when geometry element dimensions do not match expectations.Modified by: Joseph A. Huwaldt
- Version:
- November 25, 2015
- Author:
- Joseph A. Huwaldt, Date: April 28, 2009
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DimensionException()
Constructs a dimension exception with no detail message.DimensionException(java.lang.String message)
Constructs a dimension exception with the specified message.
-
-
-
Constructor Detail
-
DimensionException
public DimensionException()
Constructs a dimension exception with no detail message.
-
DimensionException
public DimensionException(java.lang.String message)
Constructs a dimension exception with the specified message.- Parameters:
message
- the error message.
-
-