public class WsdlException extends Exception
| Constructor and Description |
|---|
WsdlException(String message)
Construct a WSDL exception with a simple error message string.
|
WsdlException(String template,
Object[] params)
Construct a WSDL exception with a parameterised error message string.
|
| Modifier and Type | Method and Description |
|---|---|
protected static String |
replaceTemplateParameters(String template,
Object[] params)
Helper function to replace the parameters given in the template given.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WsdlException(String message)
message - Message text explaining the error condition being raised.protected static String replaceTemplateParameters(String template, Object[] params)
template - Message text template.params - The parameters used to fill in the template parameters.Copyright © 2011-2016 OpenESB Community. All Rights Reserved.