Package org.openrefine.util
Class GetProjectIDException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openrefine.util.GetProjectIDException
-
- All Implemented Interfaces:
Serializable
public class GetProjectIDException extends Exception
Thrown when a unique project ID cannot be found based on a project name.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetProjectIDException()
Default GetProjectID format exception.GetProjectIDException(String message)
GetProjectID 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
-
GetProjectIDException
public GetProjectIDException()
Default GetProjectID format exception.
-
GetProjectIDException
public GetProjectIDException(String message)
GetProjectID exception.- Parameters:
message
- error message
-
-