Class ComponentMessageException

    • Constructor Detail

      • ComponentMessageException

        public ComponentMessageException​(Component message)
        Constructs a new ComponentMessageException with the given message.
        Parameters:
        message - The detail message
      • ComponentMessageException

        public ComponentMessageException​(Component message,
                                         java.lang.Throwable throwable)
        Constructs a new ComponentMessageException with the given message and cause.
        Parameters:
        message - The detail message
        throwable - The cause
      • ComponentMessageException

        public ComponentMessageException​(java.lang.Throwable throwable)
        Constructs a new ComponentMessageException with the given cause.
        Parameters:
        throwable - The cause
    • Method Detail

      • getMessage

        public @Nullable java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • getLocalizedMessage

        public @Nullable java.lang.String getLocalizedMessage()
        Overrides:
        getLocalizedMessage in class java.lang.Throwable