OpMath

com.opmath.util.dmldoc
Class DMLDocWriteException

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

public class DMLDocWriteException
extends Exception

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.

Since:
J2SE 1.3
Version:
utilities-v011
Author:
Bruno Beloff bruno.beloff@opmath.com
See Also:
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

DMLDocWriteException

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.

Since:
J2SE 1.3

DMLDocWriteException

public DMLDocWriteException(String s)

Constructs a new DMLDocWriteException with a descriptive message.

Since:
J2SE 1.3

OpMath

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