Class LongProcessInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.omegat.core.threads.LongProcessInterruptedException
All Implemented Interfaces:
Serializable

public class LongProcessInterruptedException extends RuntimeException
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 Details

    • LongProcessInterruptedException

      public LongProcessInterruptedException()