Class MissingTitleException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MissingTitleException
    extends RequiredElementException
    Thrown when a title that is required from the 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

      • MissingTitleException

        public MissingTitleException()
      • MissingTitleException

        public MissingTitleException​(java.lang.Throwable cause)