Uses of Class
org.jcsp.lang.PoisonException
-
Packages that use PoisonException Package Description org.jcsp.net2 org.jcsp.util.filter This defines filtering channels that can apply transformations to objects as they are read and/or written. -
-
Uses of PoisonException in org.jcsp.net2
Subclasses of PoisonException in org.jcsp.net2 Modifier and Type Class Description class
NetworkPoisonException
An exception thrown when a networked channel is poisoned. -
Uses of PoisonException in org.jcsp.util.filter
Subclasses of PoisonException in org.jcsp.util.filter Modifier and Type Class Description class
PoisonFilterException
Deprecated.Use poison directly instead
-