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. 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.