|
||||||||||
| 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.TopiaVetoException
public class TopiaVetoException
TODO-FD20100507 : Need javadoc. Created: 5 janv. 2006 00:47:51
| Constructor Summary | |
|---|---|
TopiaVetoException()
Default constructor. |
|
TopiaVetoException(String message)
Constructor with message. |
|
TopiaVetoException(String message,
Throwable cause)
Constructor for a wrapped TopiaVetoException over a cause
with a message. |
|
TopiaVetoException(Throwable cause)
Constructor for a wrapped TopiaVetoException 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 TopiaVetoException()
public TopiaVetoException(String message)
message.
message - exception message
public TopiaVetoException(String message,
Throwable cause)
cause
with a message.
message - exception messagecause - exception causepublic TopiaVetoException(Throwable cause)
cause.
cause - exception cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||