Package org.omegat.core.threads
Class LongProcessInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.omegat.core.threads.LongProcessInterruptedException
- All Implemented Interfaces:
Serializable
Exception for be thrown when thread stopped by OmegaT.
java.lang.InterruptedException can't be used, because it doesn't RuntimeException, i.e. all callbacks, etc.
should define Exception throwed.
- 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
-
LongProcessInterruptedException
public LongProcessInterruptedException()
-