Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExecutionFailException

        public ExecutionFailException​(java.lang.String message)