org.eclipse.stardust.common.error
Class ErrorCase
java.lang.Object
org.eclipse.stardust.common.error.ErrorCase
- All Implemented Interfaces:
- Serializable, Comparable
public abstract class ErrorCase
- extends Object
- implements Serializable, Comparable
Object to define an error.
- Version:
- $Revision: $
- Author:
- sauer
- See Also:
- Serialized Form
getId
public String getId()
- Returns the id of this error.
- Returns:
- the id.
toString
public String toString()
- Overrides:
toString in class Object
compareTo
public int compareTo(Object rhs)
- Specified by:
compareTo in interface Comparable
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2017 Eclipse Stardust. All Rights Reserved.