|
OpMath | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.opmath.util.dmldoc.DMLDocWriteException
Thrown when DMLDoc is unable to instantiate a Document Object
Model for a given ComparableTable.
DMLDocWriteException is used to identify exceptions raised during
the process of instantiating a DMLDoc instance. Exceptions of
this type are always unrecoverable - the owner of the DMLDoc
instance should not try to use the instance in any way following the exception.
Copyright: (c) 2002 The Open Math Company Limited
The Terms of Distribution of this software are stipulated in the javadoc Overview for this project.
DMLDoc,
Serialized Form| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
DMLDocWriteException()
Constructs a new DMLDocWriteException with no descriptive
message. |
|
DMLDocWriteException(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 |
public DMLDocWriteException()
Constructs a new DMLDocWriteException with no descriptive
message.
NOTE: This constructor is provided for completeness, but is never used
by any com.opmath.util.dmldoc method.
public DMLDocWriteException(String s)
Constructs a new DMLDocWriteException with a descriptive
message.
|
OpMath | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||