org.opengis.test.referencing
Class TransformFailure

Show UML class diagram
Object
  extended by Throwable
      extended by Error
          extended by AssertionError
              extended by ComputationFailure
                  extended by TransformFailure
All Implemented Interfaces:
Serializable

public class TransformFailure
extends ComputationFailure

Thrown by TransformTestCase when a MathTransform did not produced the expected value.

Since:
2.2
See Also:
Serialized Form

Constructor Summary
TransformFailure(String message)
          Creates a new exception with the given message.
 
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

TransformFailure

public TransformFailure(String message)
Creates a new exception with the given message.

Parameters:
message - The details message.


Copyright © 1994-2013 Open Geospatial Consortium. All Rights Reserved.