Class BaseExceptionProvider

  • Direct Known Subclasses:
    BaseExceptionHolder

    public abstract class BaseExceptionProvider
    extends java.lang.Object
    Base exception provider class
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.Exception getException()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseExceptionProvider

        public BaseExceptionProvider()
    • Method Detail

      • getException

        public abstract java.lang.Exception getException()