Class TrellisRuntimeException

    • Constructor Detail

      • TrellisRuntimeException

        public TrellisRuntimeException()
        Create a new TrellisRuntimeException.
      • TrellisRuntimeException

        public TrellisRuntimeException​(String message)
        Create a new TrellisRuntimeException with a custom message.
        Parameters:
        message - the message
      • TrellisRuntimeException

        public TrellisRuntimeException​(String message,
                                       Throwable cause)
        Create a new TrellisRuntimeException with a custom message and known cause.
        Parameters:
        message - the message
        cause - the cause
      • TrellisRuntimeException

        public TrellisRuntimeException​(Throwable cause)
        Create a new TrellisRuntimeException with a known cause.
        Parameters:
        cause - the cause