org.objectweb.speedo.api
Class SpeedoInstanceGenerationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.objectweb.speedo.api.SpeedoException
|
+--org.objectweb.speedo.api.SpeedoInstanceGenerationException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- SpeedoEnhancerException, SpeedoGenerationException, SpeedoJormException, SpeedoXMLError
- public class SpeedoInstanceGenerationException
- extends SpeedoException
This class corresponds to exceptions thrown before runtime.
- 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 |
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)