|
|||||||||
| 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.lobobrowser.clientlet.ClientletException
public class ClientletException
Exception thrown by clientlets.
| Constructor Summary | |
|---|---|
ClientletException(java.lang.String message)
Constructs a ClientletException. |
|
ClientletException(java.lang.String message,
java.lang.String sourceCode)
Constructs a ClientletException. |
|
ClientletException(java.lang.String message,
java.lang.Throwable rootCause)
Constructs a ClientletException. |
|
ClientletException(java.lang.Throwable rootCause)
Constructs a ClientletException. |
|
| Method Summary | |
|---|---|
java.lang.String |
getSourceCode()
|
| 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 ClientletException(java.lang.String message)
message - The exception message.
public ClientletException(java.lang.String message,
java.lang.String sourceCode)
message - The exception message.sourceCode - If the source code of the document generating the error
is known, it should be passed in this parameter.
public ClientletException(java.lang.String message,
java.lang.Throwable rootCause)
message - The exception message.rootCause - The root cause exception.public ClientletException(java.lang.Throwable rootCause)
rootCause - The root cause exception.| Method Detail |
|---|
public java.lang.String getSourceCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||