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
Properties exception. Typically thrown when setting/getting invalid property values.
See Also:
  • Constructor Details

    • PropertiesException

      public PropertiesException()
    • PropertiesException

      public PropertiesException(String message)
    • PropertiesException

      public PropertiesException(Throwable cause)
    • PropertiesException

      public PropertiesException(String message, Throwable cause)