Class ImportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.refine.importers.ImportException
All Implemented Interfaces:
Serializable

public class ImportException extends Exception
Exception thrown by importers. Typically contains a nested exception indicating the underlying cause of the problem.
See Also:
  • Constructor Details

    • ImportException

      public ImportException(String message, Throwable cause)