Class Reference.InvalidReferenceException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    Reference

    public static class Reference.InvalidReferenceException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Method Summary

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

      • InvalidReferenceException

        public InvalidReferenceException​(java.lang.String invalidReferenceRepresentation)
      • InvalidReferenceException

        public InvalidReferenceException​(java.lang.String invalidReferenceRepresentation,
                                         java.lang.String msg)
      • InvalidReferenceException

        public InvalidReferenceException​(java.lang.String invalidReferenceRepresentation,
                                         java.lang.String s,
                                         java.lang.Throwable throwable)
      • InvalidReferenceException

        public InvalidReferenceException​(java.lang.String invalidReferenceRepresentation,
                                         java.lang.Throwable throwable)
    • Method Detail

      • getInvalidReferenceRepresentation

        public java.lang.String getInvalidReferenceRepresentation()
        Returns:
        A string representation of the invalid reference. This should be a human-readable string that gives enough information to identify the reference in question. The format of the string is not specified, although as an illustrative example "string@123" could be used for a reference to the string at index 123.