Class InvalidProjectFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vectorcast.plugins.vectorcastexecution.job.InvalidProjectFileException
- All Implemented Interfaces:
Serializable
Exception raised if the supplied manage project file cannot be read.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidProjectFileException
public InvalidProjectFileException()Classes default construtor to call parent.
-