com.exigen.ie.tools.ExceptionWrapper Maven / Gradle / Ivy
package com.exigen.ie.tools;
public interface ExceptionWrapper
{
//Get the thrown target exception
public Throwable getTargetException();
}
package com.exigen.ie.tools;
public interface ExceptionWrapper
{
//Get the thrown target exception
public Throwable getTargetException();
}