|
||||||||||
| 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.ow2.weblab.core.extended.exception.WebLabUncheckedException
public class WebLabUncheckedException
Weblab Unchecked Exception based on "Best Practices for Exception Handling" Logging is done once when it's created
| Constructor Summary | |
|---|---|
WebLabUncheckedException(java.lang.String message)
|
|
WebLabUncheckedException(java.lang.String message,
java.lang.Throwable cause)
|
|
WebLabUncheckedException(java.lang.Throwable 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 WebLabUncheckedException(java.lang.String message)
message - The message
public WebLabUncheckedException(java.lang.String message,
java.lang.Throwable cause)
message - The messagecause - The Throwable that causes the RuntimeExceptionpublic WebLabUncheckedException(java.lang.Throwable cause)
cause - The Throwable that causes the RuntimeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||