Class ImpExException

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  ImpExException.ErrorCodes
      Class containing defining all error codes of exception caused by ImpEx.
    • Constructor Summary

      Constructors 
      Constructor Description
      ImpExException​(java.lang.String message)
      Creates a new exception thrown by ImpEx extension.
      ImpExException​(java.lang.String message, int errorCode)
      Creates a new exception thrown by ImpEx extension.
      ImpExException​(java.lang.Throwable nested)
      Creates a new exception thrown by ImpEx extension.
      ImpExException​(java.lang.Throwable nested, int errorCode)
      Creates a new exception thrown by ImpEx extension.
      ImpExException​(java.lang.Throwable nested, java.lang.String message, int errorCode)
      Creates a new exception thrown by ImpEx extension.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • ImpExException

        public ImpExException​(java.lang.Throwable nested,
                              java.lang.String message,
                              int errorCode)
        Creates a new exception thrown by ImpEx extension.
        Parameters:
        nested - exception which has caused this cause
        message - description of error
        errorCode - specific error code
      • ImpExException

        public ImpExException​(java.lang.String message,
                              int errorCode)
        Creates a new exception thrown by ImpEx extension.
        Parameters:
        message - description of error
        errorCode - specific error code
      • ImpExException

        public ImpExException​(java.lang.Throwable nested,
                              int errorCode)
        Creates a new exception thrown by ImpEx extension.
        Parameters:
        nested - exception which has caused this cause
        errorCode - specific error code
      • ImpExException

        public ImpExException​(java.lang.Throwable nested)
        Creates a new exception thrown by ImpEx extension.
        Parameters:
        nested - exception which has caused this cause
      • ImpExException

        public ImpExException​(java.lang.String message)
        Creates a new exception thrown by ImpEx extension.
        Parameters:
        message - description of error