Class NoSuchIdentifierException

    • Constructor Summary

      Constructors 
      Constructor Description
      NoSuchIdentifierException​(String message, String identifier)
      Constructs an exception with the specified detail message and classification name.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getIdentifierCode()
      Returns the identifier code.
      • Methods inherited from class Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoSuchIdentifierException

        public NoSuchIdentifierException​(String message,
                                         String identifier)
        Constructs an exception with the specified detail message and classification name.
        Parameters:
        message - The detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
        identifier - identifier code.
    • Method Detail

      • getIdentifierCode

        public String getIdentifierCode()
        Returns the identifier code.
        Returns:
        The identifier code.