org.objectweb.speedo.api
Class SpeedoRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.objectweb.speedo.api.SpeedoRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
public class SpeedoRuntimeException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
Field Summary |
java.lang.Throwable[] |
causes
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
causes
public java.lang.Throwable[] causes
SpeedoRuntimeException
public SpeedoRuntimeException()
SpeedoRuntimeException
public SpeedoRuntimeException(java.lang.String message)
SpeedoRuntimeException
public SpeedoRuntimeException(java.lang.Throwable cause)
SpeedoRuntimeException
public SpeedoRuntimeException(java.lang.String message,
java.lang.Throwable cause)
SpeedoRuntimeException
public SpeedoRuntimeException(java.lang.String message,
java.lang.Throwable[] causes)