Package org.openrefine.util
Class LookupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openrefine.util.LookupException
-
- All Implemented Interfaces:
Serializable
public class LookupException extends Exception
Thrown when there is an error on a project lookup.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LookupException()
Default LookupException format exception.LookupException(String message)
LookupException exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LookupException
public LookupException()
Default LookupException format exception.
-
LookupException
public LookupException(String message)
LookupException exception.- Parameters:
message
- error message
-
-