Documentation of 'org.opengis.referencing.operation.TransformException' Java class
TransformException
org.opengis.referencing.operation

Class TransformException

    • Constructor Summary

      Constructors 
      Constructor and Description
      TransformException()
      Construct an exception with no detail message.
      TransformException(java.lang.String message)
      Construct an exception with the specified detail message.
      TransformException(java.lang.String message, java.lang.Throwable cause)
      Construct an exception with the specified detail message and cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TransformException

        public TransformException()
        Construct an exception with no detail message.
      • TransformException

        public TransformException(java.lang.String message)
        Construct an exception with the specified detail message.
        Parameters:
        message - The detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
      • TransformException

        public TransformException(java.lang.String message,
                                  java.lang.Throwable cause)
        Construct an exception with the specified detail message and cause.
        Parameters:
        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.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.