com.norconex.commons.lang.map
Class PropertiesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
PropertiesException(String msg)
           
PropertiesException(String msg, Throwable cause)
           
PropertiesException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.