Class BeanAccessLanguageException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NestedNullException

Thrown to indicate that the Bean Access Language cannot execute query against given bean. This is a runtime exception and access languages are encouraged to subclass to create custom exceptions whenever appropriate.
Since:
1.7
See Also:
  • Constructor Details

    • BeanAccessLanguageException

      Constructs a BeanAccessLanguageException without a detail message.
    • BeanAccessLanguageException

      Constructs a BeanAccessLanguageException without a detail message.
      Parameters:
      message - the detail message explaining this exception