Class ProjectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omegat.core.data.ProjectException
All Implemented Interfaces:
Serializable

public class ProjectException extends Exception
ProjectException is a checked exception that may be thrown by validating a project.

See Also:
  • Constructor Details

    • ProjectException

      public ProjectException(String msg)
      Constructs an instance of ProjectException with the specified detail message.
      Parameters:
      msg - the detail message.
    • ProjectException

      public ProjectException(String msg, Throwable cause)
      Constructs an instance of ProjectException with the specified detail message and cause.
      Parameters:
      msg - the detail message.
      cause - cause the cause