Class PepperModuleInternalException

  • All Implemented Interfaces:
    Serializable

    public class PepperModuleInternalException
    extends PepperModuleException
    This PepperException is thrown only by a PepperModule. And is used to type an exception as an internal exception, which means, when it is thrown a bug occured.
    Author:
    Florian Zipser
    See Also:
    Serialized Form
    • Constructor Detail

      • PepperModuleInternalException

        public PepperModuleInternalException​(String s)
      • PepperModuleInternalException

        public PepperModuleInternalException​(String s,
                                             Throwable ex)
      • PepperModuleInternalException

        public PepperModuleInternalException​(PepperModule pepperModule,
                                             String s)
      • PepperModuleInternalException

        public PepperModuleInternalException​(PepperMapper pepperMapper,
                                             String s)