public class PropertyException
extends java.lang.Exception
| Constructor and Description |
|---|
PropertyException()
Creates a new
PropertyException, without a detailed message. |
PropertyException(java.lang.String s)
Creates a new
PropertyException with the given detail message. |
public PropertyException()
PropertyException, without a detailed message.public PropertyException(java.lang.String s)
PropertyException with the given detail message.s - the detail message.