|
OpMath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.opmath.util.datastruct.ComparableTableException
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.
| 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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public ComparableTableException()
ComparableTableException with no descriptive message.
Note: This constructor is provided for completeness, but is never used by any
com.opmath.util.datastruct method.
public ComparableTableException(String s)
DMLDocWriteException with a descriptive message.
s - String carrying a descriptive message.
|
OpMath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||