|
||||||||||
| 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.nuiton.topia.migration.kernel.BaseException
public class BaseException
BaseException.java
| Constructor Summary | |
|---|---|
BaseException()
Constructeur |
|
BaseException(String string)
Constructeur |
|
BaseException(String arg0,
Throwable arg1)
Constructeur |
|
BaseException(Throwable arg0)
Constructeur |
|
| 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 BaseException(String string)
string - messagepublic BaseException()
public BaseException(String arg0,
Throwable arg1)
arg0 - messagearg1 - exceptionpublic BaseException(Throwable arg0)
arg0 - exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||