Class NoSuchAuthorityFactoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opengis.util.FactoryException
org.opengis.util.NoSuchIdentifierException
org.opengis.referencing.NoSuchAuthorityCodeException
org.apache.sis.referencing.factory.NoSuchAuthorityFactoryException
All Implemented Interfaces:
Serializable

public class NoSuchAuthorityFactoryException extends org.opengis.referencing.NoSuchAuthorityCodeException
Thrown when no factory has been found for a given authority name. This exception is a little bit more specific than NoSuchAuthorityCodeException since it means that in a code like "FOO:456", the unrecognized part was "FOO".
Since:
0.7
Version:
0.7
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial number for inter-operability with different versions.
      See Also:
  • Constructor Details

    • NoSuchAuthorityFactoryException

      public NoSuchAuthorityFactoryException(String message, String authority)
      Constructs an exception with the specified detail message and authority name.
      Parameters:
      message - the detail message, saved for later retrieval by the Throwable.getMessage() method.
      authority - the authority, saved for retrieval by the NoSuchAuthorityCodeException.getAuthority() method.