|
||||||||||
| 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
com.iternum.swlink.LinkException
The Exception thrown if a link can not be established of evaluated at Runtime.
| Constructor Summary | |
LinkException()
|
|
LinkException(java.lang.String pMessage)
|
|
LinkException(java.lang.String pMessage,
java.lang.Throwable pCause)
|
|
LinkException(java.lang.Throwable pCause)
|
|
| 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 LinkException()
public LinkException(java.lang.String pMessage)
pMessage - name of the message for this Exceptionpublic LinkException(java.lang.Throwable pCause)
pCause - The cause of this Exception
public LinkException(java.lang.String pMessage,
java.lang.Throwable pCause)
pMessage - The message for the link exceptionpCause - The parent cause of this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||