com.jmrosengard.xmlbroker.soapipr
Class SoapInterpreterException

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

public class SoapInterpreterException
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
SoapInterpreterException(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

SoapInterpreterException

public SoapInterpreterException(java.lang.String msg)