Class NoSuchDocumentListException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoSuchDocumentListException
    extends java.lang.RuntimeException
    This exception will be thrown when a not existing DocumentList was requested, or the DataHolder with correspoding name is not a DocumentList.
    Version:
    $Id: $Id
    Author:
    another
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoSuchDocumentListException​(java.lang.String name)
      Creates a new exception instance.
    • 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

      • NoSuchDocumentListException

        public NoSuchDocumentListException​(java.lang.String name)
        Creates a new exception instance.
        Parameters:
        name - a String object.