com.sun.tools.ws.processor
Class ProcessorException

java.lang.Object
  extended by JAXWSExceptionBase
      extended by com.sun.tools.ws.processor.ProcessorException
Direct Known Subclasses:
GeneratorException, ModelerException, ModelException

public class ProcessorException
extends JAXWSExceptionBase

ProcessorException represents an exception that occurred while processing a web service.

See Also:
JAXWSExceptionBase

Constructor Summary
ProcessorException(String msg)
           
ProcessorException(String key, Object... args)
           
ProcessorException(Throwable throwable)
           
 
Method Summary
 String getDefaultResourceBundleName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessorException

public ProcessorException(String key,
                          Object... args)

ProcessorException

public ProcessorException(String msg)

ProcessorException

public ProcessorException(Throwable throwable)
Method Detail

getDefaultResourceBundleName

public String getDefaultResourceBundleName()


Copyright (c) 1997-2011 Oracle and/or its affiliates. All rights reserved.