org.apache.ibatis.abator.exception
Class XMLParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.ibatis.abator.exception.XMLParserException
All Implemented Interfaces:
java.io.Serializable

public class XMLParserException
extends java.lang.Exception

Author:
Jeff Butler
See Also:
Serialized Form

Constructor Summary
XMLParserException(java.util.List errors)
           
XMLParserException(java.lang.String error)
           
 
Method Summary
 java.util.List getErrors()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

XMLParserException

public XMLParserException(java.util.List errors)

XMLParserException

public XMLParserException(java.lang.String error)
Method Detail

getErrors

public java.util.List getErrors()