|
||||||||||
| 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
pl.bristleback.server.bristle.exceptions.BristleRuntimeException
public class BristleRuntimeException
This is a main runtime exception thrown by Bristleback elements. It is thrown because of programmer mistakes or because of lack of implementation. It is recommended to not catch bristleback runtime exceptions.
Created on: 2010-10-05 00:58:12
| Constructor Summary | |
|---|---|
BristleRuntimeException(java.lang.String message)
|
|
BristleRuntimeException(java.lang.String message,
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 BristleRuntimeException(java.lang.String message)
public BristleRuntimeException(java.lang.String message,
java.lang.Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||