Package | Description |
---|---|
com.sun.xml.ws.api.model | |
com.sun.xml.ws.model |
Modifier and Type | Method and Description |
---|---|
ExceptionType |
CheckedException.getExceptionType()
Tells whether the exception class is a userdefined or a WSDL exception.
|
static ExceptionType |
ExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionType[] |
ExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExceptionType |
CheckedExceptionImpl.getExceptionType() |
Constructor and Description |
---|
CheckedExceptionImpl(JavaMethodImpl jm,
Class exceptionClass,
TypeInfo detail,
ExceptionType exceptionType) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.