Package org.opengis.test.referencing
Class TransformFailure
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.AssertionError
-
- org.opengis.test.referencing.TransformFailure
-
- All Implemented Interfaces:
java.io.Serializable
public class TransformFailure extends java.lang.AssertionError
Thrown when a transform didn't produced the expected value.- Since:
- 2.2
- Version:
- 3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransformFailure(java.lang.String message)
Creates a new exception with the given message.
-