Package org.proj4

Class PJException

    • Constructor Summary

      Constructors 
      Constructor Description
      PJException()
      Constructs a new exception with no message.
      PJException​(String message)
      Constructs a new exception with the given message.
    • Method Summary

      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • PJException

        public PJException()
        Constructs a new exception with no message.
      • PJException

        public PJException​(String message)
        Constructs a new exception with the given message.
        Parameters:
        message - a message that describe the cause for the failure.