org.opengis.referencing
Class NoSuchAuthorityCodeException
Object
Throwable
Exception
FactoryException
NoSuchAuthorityCodeException
- All Implemented Interfaces:
- Serializable
public class NoSuchAuthorityCodeException
- extends FactoryException
Thrown when an authority factory can't find
the requested authority code.
- Since:
- GeoAPI 1.0
- See Also:
DatumAuthorityFactory
,
CRSAuthorityFactory
,
Serialized Form
Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchAuthorityCodeException
public NoSuchAuthorityCodeException(String message,
String authority,
String code)
- Construct an exception with the specified detail message and authority code.
- Parameters:
message
- The detail message. The detail message is saved
for later retrieval by the Throwable.getMessage()
method.authority
- The authority.code
- The invalid authority code.
getAuthority
public String getAuthority()
- Returns the authority.
getAuthorityCode
public String getAuthorityCode()
- Returns the invalid authority code.
Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.