Class NestedNullException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NestedNullException
    extends BeanAccessLanguageException
    Thrown to indicate that the Bean Access Language cannot execute query against given bean since a nested bean referenced is null.
    Since:
    1.7
    Version:
    $Id: NestedNullException.java 1632171 2014-10-15 20:15:17Z ggregory $
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NestedNullException()
      Constructs a NestedNullException without a detail message.
      NestedNullException​(java.lang.String message)
      Constructs a NestedNullException 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

      • NestedNullException

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

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