com.sun.tools.xjc.api.util
Class ToolsJarNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.tools.xjc.api.util.ToolsJarNotFoundException
- All Implemented Interfaces:
- Serializable
public final class ToolsJarNotFoundException
- extends Exception
Signals an error when tools.jar was not found.
Simply print out the message obtained by Throwable.getMessage()
.
- See Also:
- Serialized Form
Field Summary |
File |
toolsJar
Location where we expected to find tools.jar |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
toolsJar
public final File toolsJar
- Location where we expected to find tools.jar
ToolsJarNotFoundException
public ToolsJarNotFoundException(File toolsJar)