|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
FactoryException
OperationNotFoundException
public class OperationNotFoundException
Thrown when a coordinate operation is not found. It may be because there is no known path between source and target coordinate reference systems, or because the requested operation is not available in the environment.
Constructor Summary | |
---|---|
OperationNotFoundException()
Construct an exception with no detail message. |
|
OperationNotFoundException(String message)
Construct an exception with the specified detail message. |
|
OperationNotFoundException(String message,
Throwable cause)
Construct an exception with the specified detail message and 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 OperationNotFoundException()
public OperationNotFoundException(String message)
message
- The details message.public OperationNotFoundException(String message, Throwable cause)
message
- The details message.cause
- The cause for this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |