org.objectweb.speedo.api
Class SpeedoException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.objectweb.speedo.api.SpeedoException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- SpeedoConcurrentException, SpeedoInstanceGenerationException, SpeedoPMFException
- public class SpeedoException
- extends java.lang.Exception
- Author:
- S.Chassande-Barrioz
- 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 |
nestedException
protected java.lang.Exception nestedException
SpeedoException
public SpeedoException()
SpeedoException
public SpeedoException(java.lang.String s)
SpeedoException
public SpeedoException(java.lang.Exception nested)
SpeedoException
public SpeedoException(java.lang.String s,
java.lang.Exception nested)
getNestedException
public java.lang.Exception getNestedException()
printStackTrace
public void printStackTrace(java.io.PrintStream stream)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter writer)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable