Class ValidatingReferenceResolverException

  • All Implemented Interfaces:
    java.io.Serializable

    @API(type=EXTENDABLE,
         src=PUBLIC)
    public class ValidatingReferenceResolverException
    extends java.lang.Exception
    Exception thrown if the source does not accept the target as a resolved reference
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getShortMessage()
      The short error message.
      • 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

      • ValidatingReferenceResolverException

        public ValidatingReferenceResolverException​(java.lang.String errorMessage)
        Constructor.
        Parameters:
        errorMessage - The error message
      • ValidatingReferenceResolverException

        public ValidatingReferenceResolverException​(java.lang.String shortMessage,
                                                    java.lang.String errorMessage)
        Constructor.
        Parameters:
        shortMessage - The short error message. Sometimes the message which will be presented first time to the user is shorter than the original message.
        errorMessage - The error message
    • Method Detail

      • getShortMessage

        public java.lang.String getShortMessage()
        The short error message. Sometimes the message which will be presented first time to the user is shorter than the original message.
        Returns:
        Returns the short message of the exception.