Class MCRExceptionCauseFinder

java.lang.Object
org.mycore.common.MCRExceptionCauseFinder

public class MCRExceptionCauseFinder extends Object
Tries to find the cause of an exception by diving down those exceptions that wrap other exceptions, recursively. The exception at the bottom of the stack is returned.
Author:
Frank Lützenkirchen
  • Constructor Details

    • MCRExceptionCauseFinder

      public MCRExceptionCauseFinder()
  • Method Details