xcodegen.exceptions
Class XCodeGenException

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

public class XCodeGenException
extends java.lang.Exception

Base class of all the exceptions

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

Constructor Summary
XCodeGenException()
           
XCodeGenException(java.lang.Exception e)
           
XCodeGenException(java.lang.String msg)
           
XCodeGenException(java.lang.String msg, java.lang.Exception e)
           
 
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

XCodeGenException

public XCodeGenException()

XCodeGenException

public XCodeGenException(java.lang.String msg)

XCodeGenException

public XCodeGenException(java.lang.String msg,
                         java.lang.Exception e)

XCodeGenException

public XCodeGenException(java.lang.Exception e)