|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
TransformException
NoninvertibleTransformException
public class NoninvertibleTransformException
Thrown when MathTransform.inverse()
is
invoked but the transform can't be inverted.
CoordinateOperationFactory
,
Serialized FormConstructor Summary | |
---|---|
NoninvertibleTransformException()
Construct an exception with no detail message. |
|
NoninvertibleTransformException(String message)
Construct an exception with the specified detail message. |
|
NoninvertibleTransformException(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 NoninvertibleTransformException()
public NoninvertibleTransformException(String message)
message
- The detail message. The detail message is saved
for later retrieval by the Throwable.getMessage()
method.public NoninvertibleTransformException(String message, Throwable cause)
geom.NoninvertibleTransformException
emitted by Java2D.
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 |