org.objectweb.speedo.generation.generator.api
Class SpeedoGenerationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.speedo.api.SpeedoException
              extended byorg.objectweb.speedo.generation.api.SpeedoInstanceGenerationException
                  extended byorg.objectweb.speedo.generation.generator.api.SpeedoGenerationException
All Implemented Interfaces:
java.io.Serializable

public class SpeedoGenerationException
extends SpeedoInstanceGenerationException

This class corresponds to exceptions detected while creating files "proxy", "manager" and "fields".

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

Field Summary
 
Fields inherited from class org.objectweb.speedo.api.SpeedoException
nestedException
 
Constructor Summary
SpeedoGenerationException()
           
SpeedoGenerationException(java.lang.Exception nested)
           
SpeedoGenerationException(java.lang.String s)
           
SpeedoGenerationException(java.lang.String s, java.lang.Exception nested)
           
 
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

SpeedoGenerationException

public SpeedoGenerationException()

SpeedoGenerationException

public SpeedoGenerationException(java.lang.String s)

SpeedoGenerationException

public SpeedoGenerationException(java.lang.Exception nested)

SpeedoGenerationException

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