Class CreditorIdentifierFormatException

    • Constructor Detail

      • CreditorIdentifierFormatException

        public CreditorIdentifierFormatException​(String input,
                                                 String message)
        Constructs a CreditorIdentifierFormatException with the string that caused the error and the given detail message.
        Parameters:
        input - a string
        message - a string
    • Method Detail

      • forNotProperlyFormattedInput

        public static CreditorIdentifierFormatException forNotProperlyFormattedInput​(String input)
        Creates a CreditorIdentifierFormatException telling the given Creditor Identifier is not properly formatted.
        Parameters:
        input - a string
        Returns:
        a non-null CreditorIdentifierFormatException
      • getInputString

        public String getInputString()
        Returns the input String that caused this exception to be raised.
        Returns:
        a string