Package org.omegat.core.data
Class ProjectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.omegat.core.data.ProjectException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProjectException extends java.lang.ExceptionProjectException is a checked exception that may be thrown by validating a project.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProjectException(java.lang.String msg)Constructs an instance ofProjectExceptionwith the specified detail message.ProjectException(java.lang.String msg, java.lang.Throwable cause)Constructs an instance ofProjectExceptionwith the specified detail message and cause.
-
-
-
Constructor Detail
-
ProjectException
public ProjectException(java.lang.String msg)
Constructs an instance ofProjectExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
ProjectException
public ProjectException(java.lang.String msg, java.lang.Throwable cause)Constructs an instance ofProjectExceptionwith the specified detail message and cause.- Parameters:
msg- the detail message.cause- cause the cause
-
-