uk.ac.soton.ecs.grimoires.server.impl.wsdl.datamodel
Class WSDLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.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 |
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.