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