org.objectweb.speedo.api
Class SpeedoGenerationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.objectweb.speedo.api.SpeedoException
|
+--org.objectweb.speedo.api.SpeedoInstanceGenerationException
|
+--org.objectweb.speedo.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:
- F. Dhumeaux
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)