public class RosetteInterruptedException extends RuntimeException
Thread.interrupted()
returns true.
Several Rosette components check for interrupts during long-running computations to allow applications
to follow the interrupt pattern documented in the Thread
class. Because most Rosette applications
are not concerned with thread interrupts, Rosette throws this unchecked exception rather than include
InterruptedException
on all method signatures.Constructor and Description |
---|
RosetteInterruptedException() |
RosetteInterruptedException(String message) |
RosetteInterruptedException(String message,
Throwable cause) |
RosetteInterruptedException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2016 Basis Technology Corporation. All Rights Reserved.