|
||||||||||
| 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.olat.core.logging.OLATRuntimeException
org.olat.core.logging.AssertException
public class AssertException
Description:
used when a bug is detected e.g. if (pos > array.length) throw new AssertException
| Constructor Summary | |
|---|---|
AssertException(java.lang.String logMsg)
Generic signature. |
|
AssertException(java.lang.String logMsg,
java.lang.Throwable cause)
Includes throwable. |
|
| Method Summary |
|---|
| Methods inherited from class org.olat.core.logging.OLATRuntimeException |
|---|
getLogMsg, getThrowingClazz, getUsrMsgArgs, getUsrMsgKey, getUsrMsgPackage, throwableToHtml |
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AssertException(java.lang.String logMsg,
java.lang.Throwable cause)
logMsg - cause - public AssertException(java.lang.String logMsg)
logMsg -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||