Class PerceptionException

    • Constructor Detail

      • PerceptionException

        public PerceptionException()
      • PerceptionException

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

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

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

        public PerceptionException​(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