Oracle Help for Java API Reference
Release 4.2.7.0.0
B12198-01

oracle.help.library.helpset
Class HelpSetParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.help.library.helpset.HelpSetParseException
All Implemented Interfaces:
java.io.Serializable

public class HelpSetParseException
extends java.lang.Exception

An exception thrown when the HelpSet Parser finds a state that can't happen.

See Also:
Serialized Form

Constructor Summary
HelpSetParseException(java.lang.String text)
          The constructor takes the string to print with the exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HelpSetParseException

public HelpSetParseException(java.lang.String text)
The constructor takes the string to print with the exception.

Parameters:
text - The text to display if the exception is examined.

HELP ${project.version}

Copyright © 1998,2003, Oracle. All Rights Reserved.