org.objectweb.speedo.api
Class SpeedoJormException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.objectweb.speedo.api.SpeedoException
|
+--org.objectweb.speedo.api.SpeedoInstanceGenerationException
|
+--org.objectweb.speedo.api.SpeedoJormException
- All Implemented Interfaces:
- java.io.Serializable
- public class SpeedoJormException
- extends SpeedoInstanceGenerationException
This class corresponds to exceptions thrown during generation of JORM files.
- 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 |
SpeedoJormException
public SpeedoJormException()
SpeedoJormException
public SpeedoJormException(java.lang.String s)
SpeedoJormException
public SpeedoJormException(java.lang.Exception nested)
SpeedoJormException
public SpeedoJormException(java.lang.String s,
java.lang.Exception nested)