com.ibm.broker.plugin
Class MbTerminalCreationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.broker.plugin.MbTerminalCreationException
-
- All Implemented Interfaces:
- java.io.Serializable
public class MbTerminalCreationException extends java.lang.RuntimeExceptionAn MbTerminalCreationException is thrown whenever a user tries to create terminals anywhere other than in the node constructor (for example, in the evaluate method). The user should not try to catch this exception, since it indicates incorrect usage rather than a runtime problem.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringtoString()Returns the String representation of the exception.
-