org.objectweb.speedo.generation.api
Class SpeedoInstanceGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.speedo.api.SpeedoException
              extended by org.objectweb.speedo.generation.api.SpeedoInstanceGenerationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SpeedoEnhancerException, SpeedoGenerationException, SpeedoXMLError

public class SpeedoInstanceGenerationException
extends SpeedoException

This class corresponds to exceptions thrown before runtime.

Author:
S. Chassande-Barrioz
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.speedo.api.SpeedoException
nestedException
 
Constructor Summary
SpeedoInstanceGenerationException()
           
SpeedoInstanceGenerationException(java.lang.Exception nested)
           
SpeedoInstanceGenerationException(java.lang.String s)
           
SpeedoInstanceGenerationException(java.lang.String s, java.lang.Exception nested)
           
 
Method Summary
 
Methods inherited from class org.objectweb.speedo.api.SpeedoException
getNestedException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpeedoInstanceGenerationException

public SpeedoInstanceGenerationException()

SpeedoInstanceGenerationException

public SpeedoInstanceGenerationException(java.lang.String s)

SpeedoInstanceGenerationException

public SpeedoInstanceGenerationException(java.lang.Exception nested)

SpeedoInstanceGenerationException

public SpeedoInstanceGenerationException(java.lang.String s,
                                         java.lang.Exception nested)