|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.ispheres.shared.core.ISphereException
public class ISphereException
A general exception for use by iSpheres classes, a description should be given describing the exception.
| Constructor Summary | |
|---|---|
ISphereException()
The default constructor. |
|
ISphereException(java.lang.String arg0)
constructor with a description. |
|
ISphereException(java.lang.String arg0,
java.lang.Throwable arg1)
constructor with description and throwable argument. |
|
ISphereException(java.lang.Throwable arg0)
calls the super constructor with Throwable parameter. |
|
| Method Summary |
|---|
| 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 |
| Constructor Detail |
|---|
public ISphereException()
public ISphereException(java.lang.String arg0)
arg0 - a description of the exceptionpublic ISphereException(java.lang.Throwable arg0)
arg0 - throwable argument
public ISphereException(java.lang.String arg0,
java.lang.Throwable arg1)
arg0 - a description of the exceptionarg1 - throwable argument
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||