Class StructureException

  • All Implemented Interfaces:
    java.io.Serializable

    public class StructureException
    extends java.text.ParseException
    will be thrown if a invoice cant be read
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      StructureException​(java.lang.String message, int line)  
    • Method Summary

      • Methods inherited from class java.text.ParseException

        getErrorOffset
      • 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

      • StructureException

        public StructureException​(java.lang.String message,
                                  int line)