Class InvalidCodeException

  • All Implemented Interfaces:
    Serializable

    public class InvalidCodeException
    extends Exception
    This exception is thrown when you try to create a ZUGFeRD XML file using data that doesn't have the correct format, e.g. you have entered "S" (which is a Tax Category code) when a Tax Type code is expected.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidCodeException

        public InvalidCodeException​(String code,
                                    String context)