Package com.google.refine.util
Class GetProjectIDException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.refine.util.GetProjectIDException
- All Implemented Interfaces:
Serializable
Thrown when a unique project ID cannot be found based on a project name.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault 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 Details
-
GetProjectIDException
public GetProjectIDException()Default GetProjectID format exception. -
GetProjectIDException
GetProjectID exception.- Parameters:
message- error message
-