org.springframework.oxm.xstream
Class XStreamUnmarshallingFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.xml.XmlException
org.springframework.oxm.XmlMappingException
org.springframework.oxm.GenericMarshallingFailureException
org.springframework.oxm.UnmarshallingFailureException
org.springframework.oxm.xstream.XStreamUnmarshallingFailureException
- All Implemented Interfaces:
- java.io.Serializable
public class XStreamUnmarshallingFailureException
- extends UnmarshallingFailureException
XStream-specific subclass of UnmarshallingFailureException
.
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
- See Also:
- Serialized Form
Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getCause, getMessage, getMostSpecificCause, getRootCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XStreamUnmarshallingFailureException
public XStreamUnmarshallingFailureException(com.thoughtworks.xstream.io.StreamException ex)
XStreamUnmarshallingFailureException
public XStreamUnmarshallingFailureException(com.thoughtworks.xstream.alias.CannotResolveClassException ex)
XStreamUnmarshallingFailureException
public XStreamUnmarshallingFailureException(com.thoughtworks.xstream.converters.ConversionException ex)
XStreamUnmarshallingFailureException
public XStreamUnmarshallingFailureException(java.lang.String msg)
XStreamUnmarshallingFailureException
public XStreamUnmarshallingFailureException(java.lang.String msg,
javax.xml.stream.XMLStreamException ex)
Copyright � 2005-2008 The Spring Web Services Framework. All Rights Reserved.