Class BurlapRuntimeException

    • Constructor Detail

      • BurlapRuntimeException

        public BurlapRuntimeException()
        Zero-arg constructor.
      • BurlapRuntimeException

        public BurlapRuntimeException​(String message)
        Create the exception.
      • BurlapRuntimeException

        public BurlapRuntimeException​(String message,
                                      Throwable rootCause)
        Create the exception.
      • BurlapRuntimeException

        public BurlapRuntimeException​(Throwable rootCause)
        Create the exception.
    • Method Detail

      • getRootCause

        public Throwable getRootCause()
        Returns the underlying cause.