uk.ac.soton.ecs.grimoires.server.impl.wsdl.datamodel
Class WSDLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.ac.soton.ecs.grimoires.server.impl.wsdl.datamodel.WSDLException
All Implemented Interfaces:
Serializable

public class WSDLException
extends Exception

Thrown due to errors in processing the WSDL information model.

Author:
sm
See Also:
Serialized Form

Constructor Summary
WSDLException()
          Creates a new instance of WSDLException without detail message.
WSDLException(String msg)
          Constructs an instance of WSDLException with the specified detail message.
 
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

WSDLException

public WSDLException()
Creates a new instance of WSDLException without detail message.


WSDLException

public WSDLException(String msg)
Constructs an instance of WSDLException with the specified detail message.

Parameters:
msg - the detail message.