Class TCSRuntimeException

    • Constructor Detail

      • TCSRuntimeException

        public TCSRuntimeException​(String message)

        Create a new exception with specified message.

        Parameters:
        message - the message, null becomes the empty string
      • TCSRuntimeException

        public TCSRuntimeException​(String message,
                                   Throwable cause)

        Create a new exception with specified message and cause.

        Parameters:
        message - the message, null becomes the empty string
        cause - the cause
      • TCSRuntimeException

        public TCSRuntimeException​(Throwable cause)

        Create a new exception with specified cause and no message.

        Parameters:
        cause - the cause
    • Method Detail

      • toString

        public String toString()

        The exception in string form. Unlike JRE exceptions, the return value does not contain the class name, making it identical to Throwable.getMessage().

        Overrides:
        toString in class Throwable
        Returns:
        the exception in string form