com.norconex.commons.lang.map
Class PropertiesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.norconex.commons.lang.map.PropertiesException
- All Implemented Interfaces:
- Serializable
public class PropertiesException
- extends RuntimeException
TypeProperties
exception. Typically thrown when
setting/getting invalid property values.
- Author:
- Pascal Essiembre
- See Also:
Properties
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PropertiesException
public PropertiesException(String msg)
- See Also:
Exception.Exception(java.lang.String)
PropertiesException
public PropertiesException(Throwable cause)
- See Also:
Exception.Exception(java.lang.Throwable)
PropertiesException
public PropertiesException(String msg,
Throwable cause)
- See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)
Copyright © 2008-2013 Norconex Inc.. All Rights Reserved.