public class HPSFRuntimeException
extends java.lang.RuntimeException
This exception is the superclass of all other unchecked exceptions thrown in this package. It supports a nested "reason" throwable, i.e. an exception that caused this one to be thrown.
| Constructor and Description | 
|---|
| HPSFRuntimeException()Creates a new  HPSFRuntimeException. | 
| HPSFRuntimeException(java.lang.String msg)Creates a new  HPSFRuntimeExceptionwith a message
 string. | 
| HPSFRuntimeException(java.lang.String msg,
                    java.lang.Throwable reason)Creates a new  HPSFRuntimeExceptionwith a message
 string and a reason. | 
| HPSFRuntimeException(java.lang.Throwable reason)Creates a new  HPSFRuntimeExceptionwith a
 reason. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Throwable | getReason()Returns the  Throwablethat caused this exception to
 be thrown ornullif there was no suchThrowable. | 
public HPSFRuntimeException()
Creates a new HPSFRuntimeException.
public HPSFRuntimeException(java.lang.String msg)
Creates a new HPSFRuntimeException with a message
 string.
msg - The message string.public HPSFRuntimeException(java.lang.Throwable reason)
Creates a new HPSFRuntimeException with a
 reason.
reason - The reason, i.e. a throwable that indirectly
 caused this exception.public HPSFRuntimeException(java.lang.String msg,
                            java.lang.Throwable reason)
Creates a new HPSFRuntimeException with a message
 string and a reason.
msg - The message string.reason - The reason, i.e. a throwable that indirectly
 caused this exception.Copyright 2022 The Apache Software Foundation or its licensors, as applicable.