OpMath

com.opmath.util.datastruct
Class ComparableTableException

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

public class ComparableTableException
extends Exception

Thrown when an attempt to access or update an entry in a ComparableTable is made, but cannot be completed.

Primarity used to identify exceptions raised during the process of populating a ComparableTable instance. Exceptions of this type usually indicate that an illegual operation was attempted for the ComparableTable instance, and the operation was not carried out. Thus, it is feasible continue using the ComparableTable instance after the exception is raised.

Although ComparableTableException is a public class with public methods, it is intended only for use withing the com.opmath.util.datastruct package or its inheritors.

Copyright: (c) 2002 The Open Math Company Limited

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

Since:
J2SE 1.3
Version:
utilities-v011
Author:
Bruno Beloff bruno.beloff@opmath.com
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ComparableTableException()
          Constructs a new ComparableTableException with no descriptive message.
ComparableTableException(String s)
          Constructs a new DMLDocWriteException with a descriptive message.
 
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

ComparableTableException

public ComparableTableException()
Constructs a new ComparableTableException with no descriptive message.

Note: This constructor is provided for completeness, but is never used by any com.opmath.util.datastruct method.

Since:
J2SE 1.3

ComparableTableException

public ComparableTableException(String s)
Constructs a new DMLDocWriteException with a descriptive message.

Parameters:
s - 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