com.sun.tools.xjc.api.util
Class ToolsJarNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.tools.xjc.api.util.ToolsJarNotFoundException
All Implemented Interfaces:
java.io.Serializable

public final class ToolsJarNotFoundException
extends java.lang.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
 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

toolsJar

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

Constructor Detail

ToolsJarNotFoundException

public ToolsJarNotFoundException(java.io.File toolsJar)