|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectThrowable
Exception
FactoryException
public class FactoryException
Thrown when a factory can't create an instance of the requested object.
If the failure is caused by an illegal authority code, then the actual exception should
be NoSuchAuthorityCodeException. Otherwise, if the failure
is caused by some error in the underlying database (e.g. IOException or
SQLException), then the cause shall be specified to the constructor.
CoordinateOperationFactory,
Serialized FormDeparture from OGC/ISO specification:
This exception is not part of the OGC specification.
| Constructor Summary | |
|---|---|
FactoryException()
Construct an exception with no detail message. |
|
FactoryException(String message)
Constructs an exception with the specified detail message. |
|
FactoryException(String message,
Throwable cause)
Constructs an exception with the specified detail message and cause. |
|
FactoryException(Throwable cause)
Constructs an exception with the specified cause. |
|
| Method Summary |
|---|
| Methods inherited from class Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FactoryException()
public FactoryException(String message)
message - The detail message. The detail message is saved
for later retrieval by the Throwable.getMessage() method.public FactoryException(Throwable cause)
cause - The cause for this exception. The cause is saved
for later retrieval by the Throwable.getCause() method.
public FactoryException(String message,
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 | |||||||||