Package org.omegat.core.data
Class ProjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omegat.core.data.ProjectException
- All Implemented Interfaces:
Serializable
ProjectException is a checked exception that may be thrown by validating
a project.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProjectException(String msg) Constructs an instance ofProjectExceptionwith the specified detail message.ProjectException(String msg, Throwable cause) Constructs an instance ofProjectExceptionwith the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProjectException
Constructs an instance ofProjectExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
ProjectException
Constructs an instance ofProjectExceptionwith the specified detail message and cause.- Parameters:
msg- the detail message.cause- cause the cause
-