de.fraunhofer.ipsi.xquery.functions
Class FunctionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.fraunhofer.ipsi.xquery.functions.FunctionException
- All Implemented Interfaces:
- java.io.Serializable
public class FunctionException
- extends java.lang.Exception
- See Also:
- Serialized Form
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 |
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
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 Stringargs
- a String[]
FunctionException
public FunctionException(ErrorDescription error)
- Constructor
- Parameters:
error
- an ErrorDescription
getError
public ErrorDescription getError()
- Method getError
- Returns:
- an ErrorDescription