|
|||||||||||
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.geronimo.common.ParameterizedRuntimeException
Allows for an unchecked exception to be formatted using a given list of parameters.
Constructor Summary | |
ParameterizedRuntimeException()
Default constructor. |
|
ParameterizedRuntimeException(String message)
Exception with a given message. |
|
ParameterizedRuntimeException(String msg,
Object[] params)
Exception with a formatted message |
|
ParameterizedRuntimeException(String msg,
Object[] params,
Throwable ex)
Exception with a formatted message and root cause. |
|
ParameterizedRuntimeException(String message,
Throwable cause)
Exception with a given message and root cause. |
|
ParameterizedRuntimeException(Throwable cause)
Exception with a root cause. |
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 ParameterizedRuntimeException()
public ParameterizedRuntimeException(String message)
message
- unformatted message.public ParameterizedRuntimeException(String message, Throwable cause)
message
- unformatted message.cause
- root cause of the exception.public ParameterizedRuntimeException(Throwable cause)
cause
- root cause of the exception.public ParameterizedRuntimeException(String msg, Object[] params)
msg
- message format used by MessageFormatparams
- message parametersMessageFormat
public ParameterizedRuntimeException(String msg, Object[] params, Throwable ex)
msg
- message format used by MessageFormatparams
- message parametersex
- root causeMessageFormat
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |