railo.runtime.exp
Class XMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.jsp.JspException
              extended by railo.runtime.exp.PageException
                  extended by railo.runtime.exp.PageExceptionImpl
                      extended by railo.runtime.exp.ExpressionException
                          extended by railo.runtime.exp.XMLException
All Implemented Interfaces:
Serializable, Dumpable, IPageException

public final class XMLException
extends ExpressionException

XmL Exception

See Also:
Serialized Form

Constructor Summary
XMLException(DOMException e)
           
XMLException(SAXException e)
           
XMLException(String message)
          constructor of the class
XMLException(String message, String detail)
          constructor of the class
 
Method Summary
 
Methods inherited from class railo.runtime.exp.ExpressionException
getCatchBlock, newInstance
 
Methods inherited from class railo.runtime.exp.PageExceptionImpl
addContext, getAddional, getAdditional, getCatchBlock, getCatchBlock, getCustomTypeAsString, getDetail, getErrorBlock, getErrorCode, getExtendedInfo, getLine, getPageDeep, getRootCause, getStackTrace, getStackTraceAsString, getTagContext, getTagContext, getTracePointer, getTypeAsString, printStackTrace, printStackTrace, printStackTrace, setAdditional, setDetail, setErrorCode, setExtendedInfo, setTracePointer, toDumpData, typeEqual
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLException

public XMLException(String message)
constructor of the class

Parameters:
message -

XMLException

public XMLException(String message,
                    String detail)
constructor of the class

Parameters:
message -
detail -

XMLException

public XMLException(SAXException e)
Parameters:
e -

XMLException

public XMLException(DOMException e)
Parameters:
e -


Copyright © 2012 Railo