Class ProjectException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProjectException
    extends java.lang.Exception
    ProjectException 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 of ProjectException with the specified detail message.
      ProjectException​(java.lang.String msg, java.lang.Throwable cause)
      Constructs an instance of ProjectException with 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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProjectException

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

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