Class NoSuchIdentifierException

    • 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, saved for later retrieval by the Throwable.getMessage() method.
        identifier - the identifier code.
    • Method Detail

      • getIdentifierCode

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