Uses of Class
org.jcsp.lang.PoisonException
Packages that use PoisonException
Package
Description
This is main package for JCSP.NET.
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 PoisonExceptionModifier and TypeMethodDescriptionvoidNet2OneChannel.poison(PoisonException poison) Currently, network channels are unpoisonable so this method has no effect.Methods in org.jcsp.net that throw PoisonExceptionModifier and TypeMethodDescriptionvoidNet2OneChannel.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.net2Modifier and TypeClassDescriptionfinal classAn exception thrown when a networked channel is poisoned.Methods in org.jcsp.net2 that throw PoisonExceptionModifier and TypeMethodDescriptionvoidAny2NetChannel.asyncWrite(T object) Writes asynchronously to the underlying channel.voidOne2NetChannel.asyncWrite(T object) Asynchronously writes an object to the channelvoidWrites an object to the underlying channel.voidWrites an object to the input end -
Uses of PoisonException in org.jcsp.util.filter
Subclasses of PoisonException in org.jcsp.util.filterModifier and TypeClassDescriptionclassDeprecated.Use poison directly instead