public class BurlapRuntimeException
extends java.lang.RuntimeException
Constructor and Description |
---|
BurlapRuntimeException()
Zero-arg constructor.
|
BurlapRuntimeException(java.lang.String message)
Create the exception.
|
BurlapRuntimeException(java.lang.String message,
java.lang.Throwable rootCause)
Create the exception.
|
BurlapRuntimeException(java.lang.Throwable rootCause)
Create the exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Returns the underlying cause.
|
java.lang.Throwable |
getRootCause()
Returns the underlying cause.
|
public BurlapRuntimeException()
public BurlapRuntimeException(java.lang.String message)
public BurlapRuntimeException(java.lang.String message, java.lang.Throwable rootCause)
public BurlapRuntimeException(java.lang.Throwable rootCause)