com.sas.services.events.broker.flowengine
Class InvalidOutputException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sas.services.events.broker.flowengine.InvalidOutputException
All Implemented Interfaces:

public class InvalidOutputException
extends Exception

An InvalidOutputException is thrown when an invalid message is propagated from a process flow node.

Usage

This type of exception can occur if a process node propagates an output message that is not defined for that node.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
InvalidOutputException()
           
InvalidOutputException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidOutputException

public InvalidOutputException()

InvalidOutputException

public InvalidOutputException(String msg)




Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:28:54