java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.ibm.broker.plugin.MbTerminalCreationException
public class MbTerminalCreationException
extends RuntimeException
An 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.
Method | Description |
---|---|
String toString() | Returns the String representation of the exception. |
public String toString()Returns the String representation of the exception.
- Returns
- A String representation of the exception.
- Overrides
- toString in class Throwable