|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.purl.xnode.XNodeException
org.purl.xnode.XNodeStoreProviderException
public class XNodeStoreProviderException
Extends XNodeException to signal that an exception has occurred within the XNodeStoreProvider.
The XNode API (the package org.purl.xnode.*, both its source code and documentation), are released under the Apache 2.0 License. For more details, check the LICENSE file contained with the distribution, or see The Ceryle Project for more information. It is distributed with no warranty.
XNodeState,
XNodeException,
Serialized Form| Constructor Summary | |
|---|---|
XNodeStoreProviderException(Exception exception)
Constructor for XNodeStoreProviderException tunnelling an original Exception. |
|
XNodeStoreProviderException(String message)
Constructor for XNodeStoreProviderException provided with an error String message. |
|
XNodeStoreProviderException(String message,
Exception exception)
Constructor for XNodeStoreProviderException including a message and tunnelling an original Exception. |
|
XNodeStoreProviderException(XNodeState state,
Exception exception)
Constructor for XNodeStoreProviderException tunnelling an original Exception, including an XNodeState state indicator. |
|
XNodeStoreProviderException(XNodeState state,
String message)
Constructor for XNodeStoreProviderException provided with an int errorcode and an error String message. |
|
XNodeStoreProviderException(XNodeState state,
String message,
Exception exception)
Constructor for XNodeStoreProviderException tunnelling an original Exception, including a state indicator, and a message String. |
|
| Method Summary |
|---|
| Methods inherited from class org.purl.xnode.XNodeException |
|---|
getException, getMessage, getState, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XNodeStoreProviderException(String message)
message - the exception message.
public XNodeStoreProviderException(XNodeState state,
String message)
state - the processing state when the Exception occurred.message - the exception message.for processing state codes.public XNodeStoreProviderException(Exception exception)
exception - the original Exception.
public XNodeStoreProviderException(XNodeState state,
Exception exception)
state - the processing state when the Exception occurred.exception - the original Exception.for processing state codes.
public XNodeStoreProviderException(String message,
Exception exception)
message - the Exception message String.exception - the original Exception.
public XNodeStoreProviderException(XNodeState state,
String message,
Exception exception)
state - the processing state when the Exception occurred.message - the Exception message String.exception - the original Exception.for processing state codes.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||