|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opensaml.xml.io.UnmarshallingException
public class UnmarshallingException
Exception thrown when error occurs unmarshalling a DOM Element to a XMLObject.
| Constructor Summary | |
|---|---|
UnmarshallingException()
Constructor. |
|
UnmarshallingException(Exception wrappedException)
Constructor. |
|
UnmarshallingException(String message)
Constructor. |
|
UnmarshallingException(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 UnmarshallingException()
public UnmarshallingException(String message)
message - exception messagepublic UnmarshallingException(Exception wrappedException)
wrappedException - exception to be wrapped by this one
public UnmarshallingException(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 | |||||||||