Uses of Class
org.jcsp.lang.PoisonException
-
Packages that use PoisonException Package Description org.jcsp.net This is main package for JCSP.NET.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.net
Methods in org.jcsp.net with parameters of type PoisonException Modifier and Type Method Description void
Net2OneChannel. poison(PoisonException poison)
Currently, network channels are unpoisonable so this method has no effect.Methods in org.jcsp.net that throw PoisonException Modifier and Type Method Description void
Net2OneChannel. checkPoison()
Currently, network channels are unpoisonable so this method will never throw a PoisonException -
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.Methods in org.jcsp.net2 that throw PoisonException Modifier and Type Method Description void
Any2NetChannel. asyncWrite(T object)
Writes asynchronously to the underlying channel.void
One2NetChannel. asyncWrite(T object)
Asynchronously writes an object to the channelvoid
Any2NetChannel. write(T object)
Writes an object to the underlying channel.void
One2NetChannel. write(T object)
Writes an object to the input end -
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
-