|
||||||||||
| 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.opensaml.xml.XMLRuntimeException
public class XMLRuntimeException
An unchecked runtime exception thrown when an unrecoverable error occurs during XML processing.
| Constructor Summary | |
|---|---|
XMLRuntimeException()
Constructor. |
|
XMLRuntimeException(Exception wrappedException)
Constructor. |
|
XMLRuntimeException(String message)
Constructor. |
|
XMLRuntimeException(String message,
Exception wrappedException)
Constructor. |
|
| 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 XMLRuntimeException()
public XMLRuntimeException(String message)
message - exception messagepublic XMLRuntimeException(Exception wrappedException)
wrappedException - exception to be wrapped by this one
public XMLRuntimeException(String message,
Exception wrappedException)
message - exception messagewrappedException - exception to be wrapped by this one
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||