de.fraunhofer.ipsi.xquery.functions
Class FunctionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.fraunhofer.ipsi.xquery.functions.FunctionException
All Implemented Interfaces:
java.io.Serializable

public class FunctionException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static java.lang.String IO_ERROR
           
static java.lang.String UNSUPPORTED_FUNCTION
           
static java.lang.String URI_ERROR
           
 
Constructor Summary
FunctionException(ErrorDescription error)
          Constructor
FunctionException(java.lang.String message)
          Constructor
FunctionException(java.lang.String message, java.lang.String[] args)
          Constructor
 
Method Summary
 ErrorDescription getError()
          Method getError
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNSUPPORTED_FUNCTION

public static final java.lang.String UNSUPPORTED_FUNCTION
See Also:
Constant Field Values

IO_ERROR

public static final java.lang.String IO_ERROR
See Also:
Constant Field Values

URI_ERROR

public static final java.lang.String URI_ERROR
See Also:
Constant Field Values
Constructor Detail

FunctionException

public FunctionException(java.lang.String message)
Constructor

Parameters:
message - a String

FunctionException

public FunctionException(java.lang.String message,
                         java.lang.String[] args)
Constructor

Parameters:
message - a String
args - a String[]

FunctionException

public FunctionException(ErrorDescription error)
Constructor

Parameters:
error - an ErrorDescription
Method Detail

getError

public ErrorDescription getError()
Method getError

Returns:
an ErrorDescription