|
|||||||||
| 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.ceryle.wiki.plugin.assertion.WikiMapException
public class WikiMapException
An general class for exceptions thrown during WikiMap processing.
Exception,
Serialized Form| Constructor Summary | |
|---|---|
WikiMapException(String message)
Constructor for WikiMapException. |
|
WikiMapException(String message,
Throwable cause)
Constructor for WikiMapException provided a message, tunnelling the original cause (Throwable/Exception). |
|
WikiMapException(Throwable cause)
Constructor for WikiMapException tunnelling the original cause (Throwable/Exception). |
|
| 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 WikiMapException(String message)
message - The unique message.
public WikiMapException(String message,
Throwable cause)
message - The unique message.cause - The original cause of the exception. A null value is permitted,
and indicates that the cause is nonexistent or unknown.Utilitiespublic WikiMapException(Throwable cause)
cause - The original cause of the exception. A null value is permitted,
and indicates that the cause is nonexistent or unknown.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||