org.opengis.util
Class NoSuchEnumerationException
Object
Throwable
Exception
NoSuchEnumerationException
- All Implemented Interfaces:
- Serializable
Deprecated. Not used.
@Deprecated
public class NoSuchEnumerationException
- extends Exception
Exception that is thrown when an invalid enumeration lookup is performed
in the SimpleEnumerationType
class.
- Since:
- GeoAPI 1.0
- Author:
- Jesse Crossley (SYS Technologies)
- See Also:
- Serialized Form
Method Summary |
int |
getValue()
Deprecated. Returns the invalid value. |
Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchEnumerationException
public NoSuchEnumerationException(int value)
- Deprecated.
- Constructs an exception with the given invalid value.
- Parameters:
value
- The invalid value.
getValue
public int getValue()
- Deprecated.
- Returns the invalid value.
Copyright © 1996-2014 Geotools. All Rights Reserved.