Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.chiba.xml.xforms.exception
Class XFormsLinkException  view XFormsLinkException download XFormsLinkException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.chiba.xml.xforms.exception.XFormsException
              extended byorg.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-exception exception with the given error message as context information.


XFormsLinkException

public XFormsLinkException(java.lang.Exception cause)
Creates a new xforms-link-exception exception with the given root cause as context information.