Class GTUException

    • Constructor Detail

      • GTUException

        public GTUException()
      • GTUException

        public GTUException​(String message)
        Parameters:
        message - String; String
      • GTUException

        public GTUException​(Throwable cause)
        Parameters:
        cause - Throwable; Throwable
      • GTUException

        public GTUException​(String message,
                            Throwable cause)
        Parameters:
        message - String; String
        cause - Throwable; Throwable
      • GTUException

        public GTUException​(String message,
                            Throwable cause,
                            boolean enableSuppression,
                            boolean writableStackTrace)
        Parameters:
        message - String; description of the problem
        cause - Throwable; the cause of this Exception
        enableSuppression - boolean; whether or not suppression is enabled or disabled
        writableStackTrace - boolean; whether or not the stack trace should be writable