Class MissingInformationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MissingInformationException
    extends RequiredElementException
    Thrown when the required information tag is not found under the current JVM's locale or as a generalized element.
    See Also:
    Serialized Form
    • 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

      • MissingInformationException

        public MissingInformationException()
      • MissingInformationException

        public MissingInformationException​(java.lang.Throwable cause)