org.eclipse.stardust.common.error
Class ErrorCase

java.lang.Object
  extended by 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

Method Summary
 int compareTo(Object rhs)
           
 boolean equals(Object obj)
           
 String getId()
          Returns the id of this error.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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.