Searched refs:GeneratorException (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/generator/
H A DGeneratorException.java34 public class GeneratorException extends ProcessorException { class in inherits:ProcessorException
36 public GeneratorException(String key, Object... args) { method in class:GeneratorException
40 public GeneratorException(Throwable throwable) { method in class:GeneratorException
H A DCustomExceptionGenerator.java95 throw new GeneratorException("generator.nestedGeneratorError",e);
H A DGeneratorBase.java224 throw new GeneratorException(
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/util/
H A DDirectoryUtil.java28 import com.sun.tools.internal.ws.processor.generator.GeneratorException;
41 public static File getOutputDirectoryFor(String theClass, File rootDir) throws GeneratorException {
100 throws GeneratorException {
105 throw new GeneratorException("generator.cannot.create.dir",
H A DIndentingWriter.java28 import com.sun.tools.internal.ws.processor.generator.GeneratorException;
152 throw new GeneratorException(

Completed in 86 milliseconds