com.jmrosengard.xmlbroker.parser
Class SoapParsingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.jmrosengard.xmlbroker.parser.SoapParsingException
All Implemented Interfaces:
java.io.Serializable

class SoapParsingException
extends java.lang.Exception

Exception thrown whenever one the XML parser or the SOAP parser returns an exception.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
SoapParsingException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

SoapParsingException

public SoapParsingException(java.lang.String msg)