com.sun.tools.xjc.api.util

Class ToolsJarNotFoundException

public final class ToolsJarNotFoundException extends Exception

Signals an error when tools.jar was not found. Simply print out the message obtained by ToolsJarNotFoundException.
Field Summary
FiletoolsJar
Location where we expected to find tools.jar
Constructor Summary
ToolsJarNotFoundException(File toolsJar)

Field Detail

toolsJar

public final File toolsJar
Location where we expected to find tools.jar

Constructor Detail

ToolsJarNotFoundException

public ToolsJarNotFoundException(File toolsJar)