Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Help
12c (12.1.2)

E48720-01


oracle.help.library.helpset
Class HelpSetParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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 message)
          The constructor takes the string to print with the exception.
HelpSetParseException(java.lang.String message, java.lang.Throwable cause)
           

 

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

 

Constructor Detail

HelpSetParseException

public HelpSetParseException(java.lang.String message)
The constructor takes the string to print with the exception.
Parameters:
message - The text to display if the exception is examined.

HelpSetParseException

public HelpSetParseException(java.lang.String message,
                             java.lang.Throwable cause)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Help
12c (12.1.2)

E48720-01


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