metagloss 0.0.2

net.sf.metagloss.xml
Class XMLBindException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.metagloss.xml.XMLBindException
All Implemented Interfaces:
java.io.Serializable

public class XMLBindException
extends java.lang.RuntimeException

Thrown when an error relating to an XMLBind annotation occurs.

See Also:
Serialized Form

Constructor Summary
protected XMLBindException(org.w3c.dom.Element element, XMLBind binder, java.lang.String message)
           
 
Method Summary
 XMLBind getBinder()
           
 org.w3c.dom.Element getElement()
           
 java.lang.String getMessage()
           
protected  void setBinder(XMLBind binder)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLBindException

protected XMLBindException(org.w3c.dom.Element element,
                           XMLBind binder,
                           java.lang.String message)
Method Detail

getElement

public org.w3c.dom.Element getElement()

getBinder

public XMLBind getBinder()

setBinder

protected void setBinder(XMLBind binder)

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable