com.sun.interview
Class Interview.HelpNotFoundFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.interview.Interview.Fault
              extended by com.sun.interview.Interview.HelpNotFoundFault
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Interview

public static class Interview.HelpNotFoundFault
extends Interview.Fault

This exception is thrown when a named help set cannot be found.

See Also:
Serialized Form

Field Summary
 java.lang.String name
          The name of the help set that could not be found.
 
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

name

public final java.lang.String name
The name of the help set that could not be found.



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.