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:
- SpeedoInstanceGenerationException
- public class SpeedoException
- extends java.lang.Exception
- Author:
- S.Chassande-Barrioz
- See Also:
- Serialized Form
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 |
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)
printStackTrace
public void printStackTrace(java.io.PrintWriter writer)
printStackTrace
public void printStackTrace()