xcodegen.exceptions
Class ParserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--xcodegen.exceptions.XCodeGenException
                    |
                    +--xcodegen.exceptions.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends XCodeGenException

This errors is thrown when errors while parsing files

Version:
$Revision: 1.1.1.1 $
Author:
Herve Tchepannou
See Also:
Serialized Form

Constructor Summary
ParserException(java.util.Collection errors)
           
 
Method Summary
 java.util.Collection 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

ParserException

public ParserException(java.util.Collection errors)
Method Detail

getErrors

public java.util.Collection getErrors()
Returns:
collection of all the errors, or an empty collection if no errors