public class PropertyListException
extends java.lang.Exception
Constructor and Description |
---|
PropertyListException(java.lang.String reason)
Construct a new exception stating a reason but no cause.
|
PropertyListException(java.lang.String reason,
java.lang.Throwable cause)
Construct a new exception stating a reason and a cause.
|
public PropertyListException(java.lang.String reason, java.lang.Throwable cause)
Exception.Exception(String, Throwable)
public PropertyListException(java.lang.String reason)
Exception.Exception(String)