Uses of Class
com.sun.tools.ws.processor.model.java.JavaException

Packages that use JavaException
com.sun.tools.ws.processor.model   
com.sun.tools.ws.processor.modeler.wsdl   
 

Uses of JavaException in com.sun.tools.ws.processor.model
 

Methods in com.sun.tools.ws.processor.model that return JavaException
 JavaException Fault.getJavaException()
           
 

Methods in com.sun.tools.ws.processor.model with parameters of type JavaException
 void Fault.setJavaException(JavaException e)
           
 

Uses of JavaException in com.sun.tools.ws.processor.modeler.wsdl
 

Fields in com.sun.tools.ws.processor.modeler.wsdl with type parameters of type JavaException
protected  Map<String,JavaException> WSDLModelerBase._javaExceptions