public class PropertyException extends Exception
| Constructor and Description |
|---|
PropertyException(String msg) |
PropertyException(String msg,
Throwable nested)
Creates a new instance with a message and nested exception.
|
PropertyException(Throwable nested)
Creates a new instance with a nested exception.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getNestedException()
Get the nested exception.
|
void |
printStackTrace() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyException(String msg)
public PropertyException(Throwable nested)
nested - The nested exception.public Throwable getNestedException()
public void printStackTrace()
printStackTrace in class ThrowableCopyright © 2022. All rights reserved.