Package spoon.processing
Class ProcessInterruption
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- spoon.processing.ProcessInterruption
-
- All Implemented Interfaces:
Serializable
public class ProcessInterruption extends RuntimeException
This exception is used to interrupt a processor during its processing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessInterruption()
ProcessInterruption(String message)
ProcessInterruption(String message, Throwable cause)
ProcessInterruption(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-