Class PortMismatchException

java.lang.Object
All Implemented Interfaces:
com.streambase.sb.util.LocatedItem, Serializable

public class PortMismatchException extends TypecheckException
Thrown by Operator.requireInputPortCount(int) when the required input port count doesn't match the actual input port count. Do not construct objects of this class directly; use Operator.requireInputPortCount(int).
See Also: