org.objectweb.speedo.api
Class SpeedoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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

Field Summary
protected  java.lang.Exception nestedException
           
 
Constructor Summary
SpeedoException()
           
SpeedoException(java.lang.Exception nested)
           
SpeedoException(java.lang.String s)
           
SpeedoException(java.lang.String s, java.lang.Exception nested)
           
 
Method Summary
 java.lang.Exception getNestedException()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream stream)
           
 void printStackTrace(java.io.PrintWriter writer)
           
 
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
 

Field Detail

nestedException

protected java.lang.Exception nestedException
Constructor Detail

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)
Method Detail

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()