Class BeanAccessLanguageException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    NestedNullException

    public class BeanAccessLanguageException
    extends java.lang.IllegalArgumentException
    Thrown to indicate that the Bean Access Language cannot execute query against given bean. This is a runtime exception and access langauges are encouraged to subclass to create custom exceptions whenever appropriate.
    Since:
    1.7
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      BeanAccessLanguageException()
      Constructs a BeanAccessLanguageException without a detail message.
      BeanAccessLanguageException​(java.lang.String message)
      Constructs a BeanAccessLanguageException without a detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • BeanAccessLanguageException

        public BeanAccessLanguageException()
        Constructs a BeanAccessLanguageException without a detail message.
      • BeanAccessLanguageException

        public BeanAccessLanguageException​(java.lang.String message)
        Constructs a BeanAccessLanguageException without a detail message.
        Parameters:
        message - the detail message explaining this exception