Class BadOptionComboException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vectorcast.plugins.vectorcastexecution.job.BadOptionComboException
- All Implemented Interfaces:
Serializable
Exception raised if job being created already exists.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet option one name.Get option two name.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadOptionComboException
Constructor.- Parameters:
opt1- option1 conflicts withopt2- this option
-
-
Method Details
-
getOption1
Get option one name.- Returns:
- option one name
-
getOption2
Get option two name.- Returns:
- option two name
-