org.ow2.easywsdl.wsdl.api
Class WSDLImportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.easywsdl.wsdl.api.WSDLImportException
All Implemented Interfaces:
java.io.Serializable

public class WSDLImportException
extends java.lang.Exception

This exception is thrown when an imported (or included) document can't be correctly parsed

Author:
Olivier FABRE - eBM WebSourcing
See Also:
Serialized Form

Constructor Summary
WSDLImportException(java.lang.String msg)
           
WSDLImportException(java.lang.String msg, java.lang.Throwable t)
           
WSDLImportException(java.lang.Throwable t)
           
 
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

WSDLImportException

public WSDLImportException(java.lang.String msg,
                           java.lang.Throwable t)

WSDLImportException

public WSDLImportException(java.lang.Throwable t)

WSDLImportException

public WSDLImportException(java.lang.String msg)


Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.