|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.opengis.referencing.FactoryException org.geotools.referencing.factory.FactoryNotFoundException
Thrown when a requested factory has not been found. This exception may be thrown by
DeferredAuthorityFactory.createBackingStore()
.
Constructor Summary | |
FactoryNotFoundException()
Construct an exception with no detail message. |
|
FactoryNotFoundException(java.lang.Exception cause)
Construct an exception with the specified cause. |
|
FactoryNotFoundException(java.lang.String message)
Construct an exception with the specified detail message. |
|
FactoryNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Construct an exception with the specified detail message and cause. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FactoryNotFoundException()
public FactoryNotFoundException(java.lang.String message)
message
- The detail message. The detail message is saved
for later retrieval by the Throwable.getMessage()
method.public FactoryNotFoundException(java.lang.Exception cause)
cause
- The cause for this exception. The cause is saved
for later retrieval by the Throwable.getCause()
method.public FactoryNotFoundException(java.lang.String message, java.lang.Throwable cause)
IOException
or SQLException
).
message
- The detail message. The detail message is saved
for later retrieval by the Throwable.getMessage()
method.cause
- The cause for this exception. The cause is saved
for later retrieval by the Throwable.getCause()
method.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |