GNDMS 0.6.0
RESTful verison of GNDMS
Public Member Functions | Package Functions

de.zib.gndms.common.model.gorfx.types.TaskFailure Interface Reference

Interface for a task failure. More...

Inheritance diagram for de.zib.gndms.common.model.gorfx.types.TaskFailure:
de.zib.gndms.common.model.gorfx.types.TaskFailureImpl

List of all members.

Public Member Functions

String getFaultTrace ()
 Stack trace of the failure.
String getFaultClass ()
 The kind of the failure.
String getFaultLocation ()
 The location of the failure.
boolean hasNext ()
 Checks if this failure carries another one.
TaskFailure getNext ()
 Allows changing of failures messages.

Package Functions

String getMessage ()
 The message for the failure.

Detailed Description

Interface for a task failure.

Author:
try ma ik jo rr a zib Date: 09.02.11, Time: 17:45

Implementations commonly encapsulating an exception.


Member Function Documentation

String de.zib.gndms.common.model.gorfx.types.TaskFailure.getFaultClass ( )

The kind of the failure.

Returns:
The failure kind, possible the class name of the exception.

Implemented in de.zib.gndms.common.model.gorfx.types.TaskFailureImpl.

String de.zib.gndms.common.model.gorfx.types.TaskFailure.getFaultLocation ( )

The location of the failure.

Returns:
A string representation of the failure location, e.g. Class:line

Implemented in de.zib.gndms.common.model.gorfx.types.TaskFailureImpl.

String de.zib.gndms.common.model.gorfx.types.TaskFailure.getFaultTrace ( )

Stack trace of the failure.

Returns:
Stack trace as string.

Implemented in de.zib.gndms.common.model.gorfx.types.TaskFailureImpl.

String de.zib.gndms.common.model.gorfx.types.TaskFailure.getMessage ( ) [package]

The message for the failure.

Should be human readable.

Returns:
Human readable description of the failure.

Implemented in de.zib.gndms.common.model.gorfx.types.TaskFailureImpl.

TaskFailure de.zib.gndms.common.model.gorfx.types.TaskFailure.getNext ( )

Allows changing of failures messages.

Returns:
The next failure object if existing.

Implemented in de.zib.gndms.common.model.gorfx.types.TaskFailureImpl.

boolean de.zib.gndms.common.model.gorfx.types.TaskFailure.hasNext ( )

Checks if this failure carries another one.

Returns:
true if there are more failure objects.

Implemented in de.zib.gndms.common.model.gorfx.types.TaskFailureImpl.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations