com.lightdev.app.shtm
Class DocNameMissingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.lightdev.app.shtm.DocNameMissingException
All Implemented Interfaces:
java.io.Serializable

public class DocNameMissingException
extends java.lang.Exception

Signals that the name of a document in SimplyHTML is not yet set.

See Also:
Serialized Form

Constructor Summary
DocNameMissingException()
          Constructs a DocNameMissingException with null as its error detail message.
DocNameMissingException(java.lang.String s)
          Constructs an IOException with the specified detail message.
 
Method Summary
 
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

DocNameMissingException

public DocNameMissingException()
Constructs a DocNameMissingException with null as its error detail message.


DocNameMissingException

public DocNameMissingException(java.lang.String s)
Constructs an IOException with the specified detail message. The error message string s can later be retrieved by the Throwable.getMessage() method of class java.lang.Throwable.

Parameters:
s - the detail message.