Package spoon.processing
Class ProcessInterruption
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
spoon.processing.ProcessInterruption
- All Implemented Interfaces:
Serializable
This exception is used to interrupt a processor during its processing.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionProcessInterruption(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
-
Constructor Details
-
ProcessInterruption
public ProcessInterruption() -
ProcessInterruption
-
ProcessInterruption
-
ProcessInterruption
-