Class IllegalDataElementException

  • All Implemented Interfaces:
    Serializable

    public class IllegalDataElementException
    extends IllegalArgumentException

    IllegalDataElementException is thrown when a data element contains invalid characters, like a field or record terminator or a delimiter.

    Author:
    Bas Peters
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalDataElementException

        public IllegalDataElementException()

        Creates a new IllegalDataElementException.

      • IllegalDataElementException

        public IllegalDataElementException​(String reason)

        Creates a new IllegalDataElementException.

        Parameters:
        reason - the reason why the exception is thrown