public class LocatableWebServiceException extends WebServiceException
WebServiceException
with source location informaiton.
This exception should be used wherever the location information is available, so that the location information is carried forward to users (to assist error diagnostics.)
Constructor and Description |
---|
LocatableWebServiceException(String message,
Locator... location) |
LocatableWebServiceException(String message,
Throwable cause,
Locator... location) |
LocatableWebServiceException(String message,
Throwable cause,
XMLStreamReader locationSource) |
LocatableWebServiceException(String message,
XMLStreamReader locationSource) |
LocatableWebServiceException(Throwable cause,
Locator... location) |
LocatableWebServiceException(Throwable cause,
XMLStreamReader locationSource) |
Modifier and Type | Method and Description |
---|---|
List<Locator> |
getLocation()
Locations related to this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LocatableWebServiceException(String message, Locator... location)
public LocatableWebServiceException(String message, Throwable cause, Locator... location)
public LocatableWebServiceException(Throwable cause, Locator... location)
public LocatableWebServiceException(String message, XMLStreamReader locationSource)
public LocatableWebServiceException(String message, Throwable cause, XMLStreamReader locationSource)
public LocatableWebServiceException(Throwable cause, XMLStreamReader locationSource)
Copyright © 2015 Oracle Corporation. All rights reserved.