org.hopto.pentaj.jexin.node
Class InjectableException

java.lang.Object
  extended by org.hopto.pentaj.jexin.node.InjectableException
All Implemented Interfaces:
java.io.Serializable

public class InjectableException
extends java.lang.Object
implements java.io.Serializable

The Id and description of exceptions that can be injected in the node's execution path.

See Also:
Serialized Form

Constructor Summary
InjectableException(int id, java.lang.String description)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
           
 int getId()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InjectableException

public InjectableException(int id,
                           java.lang.String description)
Method Detail

getId

public int getId()
Returns:
the id

getDescription

public java.lang.String getDescription()
Returns:
the description

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()