Package org.omegat.core.statistics
Class FindMatches.StoppedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.omegat.core.statistics.FindMatches.StoppedException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- FindMatches
public static class FindMatches.StoppedException extends java.lang.RuntimeException
Process will throw this exception if it stopped.All callers must catch it and just skip.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoppedException()
-