|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.tools.xjc.api.util.ToolsJarNotFoundException
public final class ToolsJarNotFoundException
Signals an error when tools.jar was not found.
Simply print out the message obtained by Throwable.getMessage()
.
Field Summary | |
---|---|
java.io.File |
toolsJar
Location where we expected to find tools.jar |
Constructor Summary | |
---|---|
ToolsJarNotFoundException(java.io.File toolsJar)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final java.io.File toolsJar
Constructor Detail |
---|
public ToolsJarNotFoundException(java.io.File toolsJar)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |