|
||||||||||
| 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.apache.jetspeed.exception.JetspeedRuntimeException
public class JetspeedRuntimeException
Base exception for all RuntimeExceptions defined within Jetspeed.
| Field Summary | |
|---|---|
static String |
KEYED_MESSAGE_BUNDLE
|
private KeyedMessage |
keyedMessage
|
| Constructor Summary | |
|---|---|
JetspeedRuntimeException()
|
|
JetspeedRuntimeException(KeyedMessage typedMessage)
|
|
JetspeedRuntimeException(KeyedMessage keyedMessage,
Throwable nested)
|
|
JetspeedRuntimeException(String arg0)
|
|
JetspeedRuntimeException(String arg0,
Throwable arg1)
|
|
JetspeedRuntimeException(Throwable arg0)
|
|
| Method Summary | |
|---|---|
KeyedMessage |
getKeyedMessage()
|
String |
getMessage()
|
String |
getMessage(Locale locale)
|
String |
getMessage(ResourceBundle bundle)
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String KEYED_MESSAGE_BUNDLE
private KeyedMessage keyedMessage
| Constructor Detail |
|---|
public JetspeedRuntimeException()
public JetspeedRuntimeException(String arg0)
arg0 - public JetspeedRuntimeException(KeyedMessage typedMessage)
public JetspeedRuntimeException(Throwable arg0)
arg0 -
public JetspeedRuntimeException(String arg0,
Throwable arg1)
arg0 - arg1 -
public JetspeedRuntimeException(KeyedMessage keyedMessage,
Throwable nested)
| Method Detail |
|---|
public KeyedMessage getKeyedMessage()
public String getMessage()
getMessage in class Throwablepublic String getMessage(ResourceBundle bundle)
public String getMessage(Locale locale)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||