Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.plugin.MbTerminalCreationException

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 Index
Method Description
String toString() Returns the String representation of the exception.

Methods

toString

public String toString() 

Returns the String representation of the exception.

Class Hierarchy All Classes All Fields and Methods