|
|||||||||
| Home >> All >> org >> chiba >> xml >> xforms >> [ exception overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.chiba.xml.xforms.exception
Class XFormsLinkException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.chiba.xml.xforms.exception.XFormsException
org.chiba.xml.xforms.exception.XFormsLinkException
- All Implemented Interfaces:
- java.io.Serializable
- public class XFormsLinkException
- extends XFormsException
4.5.2 The xforms-link-exception Event Dispatched as an indication of: a failure in link traversal of a linking attribute.
- Version:
- $Id: XFormsLinkException.java,v 1.1.1.1 2003/05/23 14:54:08 unl Exp $
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class org.chiba.xml.xforms.exception.XFormsException |
cause, id |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
XFormsLinkException(java.lang.Exception cause)
Creates a new xforms-link-exception exception with
the given root cause as context information. |
|
XFormsLinkException(java.lang.String message)
Creates a new xforms-link-exception exception with
the given error message as context information. |
|
| Methods inherited from class org.chiba.xml.xforms.exception.XFormsException |
getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
XFormsLinkException
public XFormsLinkException(java.lang.String message)
- Creates a new
xforms-link-exceptionexception with the given error message as context information.
XFormsLinkException
public XFormsLinkException(java.lang.Exception cause)
- Creates a new
xforms-link-exceptionexception with the given root cause as context information.
|
|||||||||
| Home >> All >> org >> chiba >> xml >> xforms >> [ exception overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC