Class ValidationScenarioNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.exml.workspace.api.editor.validation.ValidationScenarioNotFoundException
- All Implemented Interfaces:
Serializable
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public class ValidationScenarioNotFoundException
extends Exception
Thrown when a transformation scenario cannot be found.
- Since:
- 22.1
- 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
-
ValidationScenarioNotFoundException
Constructor.- Parameters:
scenarioName
- The validation scenario name.
-