|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception net.sf.ginp.setup.SetupException
public class SetupException
If something goes wrong during a setup procedure
Constructor Summary | |
---|---|
SetupException()
Default Constructor |
|
SetupException(java.lang.String arg0)
|
|
SetupException(java.lang.String arg0,
java.lang.Throwable arg1)
|
|
SetupException(java.lang.Throwable arg0)
|
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 SetupException()
public SetupException(java.lang.String arg0)
arg0
- messagepublic SetupException(java.lang.String arg0, java.lang.Throwable arg1)
arg0
- messagearg1
- exceptionpublic SetupException(java.lang.Throwable arg0)
arg0
- a throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |