|
Qizx/open 4.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.qizx.api.QizxException
com.qizx.api.DataModelException
public class DataModelException
Exception raised by operations on XML data.
| Constructor Summary | |
|---|---|
DataModelException(QName errorCode,
String message)
Constructs a DataModelException with a message and an XQuery error code. |
|
DataModelException(String message)
Constructs a DataModelException from a simple message. |
|
DataModelException(String code,
String message)
Constructs a DataModelException with a message and an XQuery error code in string form (uses the err: namespace). |
|
DataModelException(String message,
Throwable cause)
Constructs a DataModelException from a simple message and an exception. |
|
| Method Summary |
|---|
| Methods inherited from class com.qizx.api.QizxException |
|---|
getErrorCode, setErrorCode, setErrorCode, substituteCode |
| 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 |
| Constructor Detail |
|---|
public DataModelException(String message)
message - reason for the exception
public DataModelException(String message,
Throwable cause)
message - reason for the exceptioncause - wrapped cause
public DataModelException(QName errorCode,
String message)
errorCode - the QName of the error (in principle the XQuery error
namespace http://www.w3.org/2005/xqt-errors)message - reason for the exception
public DataModelException(String code,
String message)
code - XQuery code such as XPTY0004message - reason for the exception
|
© 2010 Axyana Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||