Class ErrorsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ErrorsException
    extends java.lang.Exception
    Indicates that a result could not be returned while preparing or resolving a binding. The caller should merge the errors from this exception with their existing errors.
    See Also:
    Serialized Form
    • Method Summary

      Modifier and Type Method Description
      Errors getErrors()  
      • 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

      • ErrorsException

        public ErrorsException​(Errors errors)
    • Method Detail

      • getErrors

        public Errors getErrors()