Class ArooaPropertyException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArooaNoPropertyException, PropertyAccessException, PropertySetException

public class ArooaPropertyException extends ArooaConfigurationException
An exception used when property access fails.
Author:
rob
See Also:
  • Constructor Details

    • ArooaPropertyException

      public ArooaPropertyException(String property)
    • ArooaPropertyException

      public ArooaPropertyException(String property, Throwable t)
    • ArooaPropertyException

      public ArooaPropertyException(String property, String message)
    • ArooaPropertyException

      public ArooaPropertyException(String property, String message, Throwable t)
  • Method Details

    • getProperty

      public String getProperty()