|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException iaik.cms.CMSRuntimeException
public class CMSRuntimeException
This exception may be thrown if there occurs an error caused at runtime.
Field Summary | |
---|---|
protected java.lang.Exception |
exception_
The exception wrapped by this RuntimeException, if present. |
Constructor Summary | |
---|---|
CMSRuntimeException()
Constructs a new runtime exception. |
|
CMSRuntimeException(java.lang.Exception ex)
Constructs an CMSRuntimeException with the exception which causes this exception. |
|
CMSRuntimeException(java.lang.String msg)
Constructs an CMSRuntimeException with a specified detail message. |
|
CMSRuntimeException(java.lang.String msg,
java.lang.Exception ex)
Constructs an CMSRuntimeException with a specified detail message and the exception which causes this exception. |
Method Summary | |
---|---|
java.lang.Exception |
getException()
Returns the exception which causes this CMSRuntimeException. |
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 |
Field Detail |
---|
protected java.lang.Exception exception_
Constructor Detail |
---|
public CMSRuntimeException()
public CMSRuntimeException(java.lang.Exception ex)
ex
- the exception causing this exceptionpublic CMSRuntimeException(java.lang.String msg)
msg
- the detail message.public CMSRuntimeException(java.lang.String msg, java.lang.Exception ex)
msg
- the detail messageex
- the exception causing this exceptionMethod Detail |
---|
public java.lang.Exception getException()
|
This Javadoc may contain text parts from text parts from IETF Internet Standard specifications (see copyright note). | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |