public class PropertyException
extends java.lang.Exception
| Constructor and Description |
|---|
PropertyException(java.lang.String msg) |
PropertyException(java.lang.String msg,
java.lang.Throwable nested)
Creates a new instance with a message and nested exception.
|
PropertyException(java.lang.Throwable nested)
Creates a new instance with a nested exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getNestedException()
Get the nested exception.
|
void |
printStackTrace() |
public PropertyException(java.lang.String msg)
public PropertyException(java.lang.Throwable nested)
nested - The nested exception.public PropertyException(java.lang.String msg,
java.lang.Throwable nested)
msg - The message.nested - The nested exception.Copyright © 2019. All Rights Reserved.