Class DefaultExceptionResolver

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable create​(java.lang.String className, java.lang.String message, java.lang.Throwable cause)  
      • Methods inherited from class java.lang.Object

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

      • DefaultExceptionResolver

        public DefaultExceptionResolver()
    • Method Detail

      • create

        public java.lang.Throwable create​(java.lang.String className,
                                          java.lang.String message,
                                          java.lang.Throwable cause)
        Specified by:
        create in interface ExceptionResolver