Class InvalidCodeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidCodeException
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      InvalidCodeException​(java.lang.String code, java.lang.String context)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidCodeException

        public InvalidCodeException​(java.lang.String code,
                                    java.lang.String context)