OpMath

com.opmath.util.html
Class UnknownHTMLEntityException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.opmath.util.html.UnknownHTMLEntityException
All Implemented Interfaces:
Serializable

public class UnknownHTMLEntityException
extends Exception

For a given key value, this UnknownHTMLEntityException signals that a requested HTML entity was not known.

Copyright: (c) 2002 The Open Math Company Limited

The Terms of Distribution of this software are stipulated in the javadoc Overview for this project.

Version:
utilities-v011
Author:
Bruno Beloff
See Also:
Serialized Form

Constructor Summary
UnknownHTMLEntityException()
          Constructs a new UnknownHTMLEntityException with no message.
UnknownHTMLEntityException(String s)
          Constructs a new UnknownHTMLEntityException with a String message.
 
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

UnknownHTMLEntityException

public UnknownHTMLEntityException()

Constructs a new UnknownHTMLEntityException with no message.

Parameters:
c - the char .
Since:
J2SE 1.3

UnknownHTMLEntityException

public UnknownHTMLEntityException(String s)

Constructs a new UnknownHTMLEntityException with a String message.

Parameters:
s - a String carrying a descriptive message.
Since:
J2SE 1.3

OpMath

Submit a bug or feature to Open Math
Copyright © 2002 Open Math Company Limited, Brighton, UK