org.springframework.ws
Class InvalidXmlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.ws.WebServiceException
org.springframework.ws.InvalidXmlException
- All Implemented Interfaces:
- Serializable
public final class InvalidXmlException
- extends WebServiceException
Exception thrown when a WebServiceMessageFactory
cannot parse the XML passed on to
WebServiceMessageFactory.createWebServiceMessage(java.io.InputStream)
.
- Since:
- 2.0.4
- Author:
- Arjen Poutsma
- See Also:
- Serialized Form
InvalidXmlException
public InvalidXmlException(String msg,
Throwable ex)
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.