|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuiton.topia.TopiaRuntimeException
public class TopiaRuntimeException
TODO-FD20100507 : Need javadoc.
| Constructor Summary | |
|---|---|
TopiaRuntimeException()
Default constructor. |
|
TopiaRuntimeException(java.lang.String message)
Constructor with message. |
|
TopiaRuntimeException(java.lang.String message,
java.lang.Throwable cause)
Constructor for a wrapped TopiaRuntimeException over a cause
with a message. |
|
TopiaRuntimeException(java.lang.Throwable cause)
Constructor for a wrapped TopiaRuntimeException over a cause. |
|
| 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 TopiaRuntimeException()
public TopiaRuntimeException(java.lang.String message)
message.
message - exception message
public TopiaRuntimeException(java.lang.String message,
java.lang.Throwable cause)
cause
with a message.
message - exception messagecause - exception causepublic TopiaRuntimeException(java.lang.Throwable cause)
cause.
cause - exception cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||