de.fraunhofer.ipsi.util
Interface ErrorDescription

All Known Implementing Classes:
DynamicError, FunctionError, StaticError, TypeError, XPathError

public interface ErrorDescription


Method Summary
 java.lang.String getCode()
          Method getCode
 java.lang.String getDetailMessage()
          Method getDetailMessage
 java.lang.String getShortMessage()
          Method getMessage
 java.lang.String getSpecificationLabel()
          Method getSpecificationLabel
 java.lang.String getSpecificationURI()
          Method getSpecificationURI
 

Method Detail

getCode

java.lang.String getCode()
Method getCode

Returns:
a String

getShortMessage

java.lang.String getShortMessage()
Method getMessage

Returns:
a String

getDetailMessage

java.lang.String getDetailMessage()
Method getDetailMessage

Returns:
a String

getSpecificationLabel

java.lang.String getSpecificationLabel()
Method getSpecificationLabel

Returns:
a String

getSpecificationURI

java.lang.String getSpecificationURI()
Method getSpecificationURI

Returns:
a String