Uses of Class
com.sun.xml.ws.api.model.ExceptionType
-
Packages that use ExceptionType Package Description com.sun.xml.ws.api.model com.sun.xml.ws.model -
-
Uses of ExceptionType in com.sun.xml.ws.api.model
Methods in com.sun.xml.ws.api.model that return ExceptionType Modifier and Type Method Description ExceptionTypeCheckedException. getExceptionType()Tells whether the exception class is a userdefined or a WSDL exception.static ExceptionTypeExceptionType. 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. -
Uses of ExceptionType in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model that return ExceptionType Modifier and Type Method Description ExceptionTypeCheckedExceptionImpl. getExceptionType()Constructors in com.sun.xml.ws.model with parameters of type ExceptionType Constructor Description CheckedExceptionImpl(JavaMethodImpl jm, Class exceptionClass, TypeInfo detail, ExceptionType exceptionType)
-