Class WsdlParseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WsdlParseException
    extends java.lang.Exception
    This exception is thrown when there is an error in parsing WSDL.
    Since:
    1.0 Nov 5, 2005
    Version:
    1.0
    Author:
    http://cheenath.com
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • WsdlParseException

        public WsdlParseException​(java.lang.Throwable th)
      • WsdlParseException

        public WsdlParseException​(java.lang.String message)
      • WsdlParseException

        public WsdlParseException​(java.lang.String message,
                                  java.lang.Throwable th)