Class ExecutionFailException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pl.edu.icm.unity.exceptions.EngineException
-
- pl.edu.icm.unity.engine.api.translation.ExecutionFailException
-
- All Implemented Interfaces:
java.io.Serializable
public class ExecutionFailException extends pl.edu.icm.unity.exceptions.EngineException
Throw to signal that further execution of the translation profile should be stopped and that the whole process should be finished with error.- Author:
- K. Benedyczak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutionFailException(java.lang.String message)
-