org.hopto.pentaj.jexin.node
Class InjectableException
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
InjectableException
public InjectableException(int id,
java.lang.String description)
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()