Class NullDocumentException

    • Constructor Summary

      Constructors 
      Constructor Description
      NullDocumentException​(java.lang.String id, Module coll, java.lang.String nullCause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Module getCollection()  
      java.lang.String getId()  
      java.lang.String getNullCause()  
      • 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

      • NullDocumentException

        public NullDocumentException​(java.lang.String id,
                                     Module coll,
                                     java.lang.String nullCause)
    • Method Detail

      • getId

        public java.lang.String getId()
      • getCollection

        public Module getCollection()
      • getNullCause

        public java.lang.String getNullCause()