All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.exigen.ie.tools.ExceptionWrapper Maven / Gradle / Ivy

package com.exigen.ie.tools;

public interface ExceptionWrapper
{
  //Get the thrown target exception

  public Throwable getTargetException();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy