Package org.openrefine.runners.local.pll
Class PLL.PLLExecutionError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openrefine.runners.local.pll.PLL.PLLExecutionError
-
- All Implemented Interfaces:
Serializable
public static class PLL.PLLExecutionError extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PLLExecutionError(Exception cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PLLExecutionError
public PLLExecutionError(Exception cause)
-
-