public class NoSuchAuthorityFactoryException extends NoSuchAuthorityCodeException
NoSuchAuthorityCodeException
since it means that in a code like "FOO:456"
, the unrecognized part was "FOO"
.Defined in the sis-referencing
module
Constructor and Description |
---|
NoSuchAuthorityFactoryException(String message,
String authority)
Constructs an exception with the specified detail message and authority name.
|
getAuthority, getAuthorityCode
getIdentifierCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchAuthorityFactoryException(String message, String authority)
message
- the detail message, saved for later retrieval by the Throwable.getMessage()
method.authority
- the authority, saved for retrieval by the NoSuchAuthorityCodeException.getAuthority()
method.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.