Class PrivateModuleException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PrivateModuleException
    extends java.lang.RuntimeException
    Marker exception indicating private module binding.
    Since:
    21.08.2019
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PrivateModuleException​(com.google.inject.spi.PrivateElements elements)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.inject.spi.PrivateElements getElements()  
      • 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

      • PrivateModuleException

        public PrivateModuleException​(com.google.inject.spi.PrivateElements elements)
    • Method Detail

      • getElements

        public com.google.inject.spi.PrivateElements getElements()