Package org.opengis.test.referencing
Class TransformFailure
Object
Throwable
Error
AssertionError
TransformFailure
- All Implemented Interfaces:
Serializable
Thrown when a transform didn't produced the expected value.
- Since:
- 2.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransformFailure(String message) Creates a new exception with the given message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransformFailure
Creates a new exception with the given message.- Parameters:
message- The details message.
-