de.init.its.api.spi
Class ItsError

java.lang.Object
  extended by de.init.its.api.spi.ItsError

public abstract class ItsError
extends java.lang.Object

Interface for Its related Errors

Author:
mkandora

Constructor Summary
ItsError()
           
 
Method Summary
abstract  java.lang.String getCause()
          Returns the cause of this error
abstract  boolean hasErrors()
          returns true if this has actual errors
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ItsError

public ItsError()
Method Detail

getCause

public abstract java.lang.String getCause()
Returns the cause of this error

Returns:

hasErrors

public abstract boolean hasErrors()
returns true if this has actual errors

Returns:

toString

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