org.jboss.seam.xml.util
Class XmlParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.seam.xml.util.XmlParseException
All Implemented Interfaces:
Serializable

public class XmlParseException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
XmlParseException(Exception e, String document, int lineno)
           
 
Method Summary
 String getMessage()
           
 
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

XmlParseException

public XmlParseException(Exception e,
                         String document,
                         int lineno)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2010 Seam Framework. All Rights Reserved.