com.lightdev.app.shtm
Class SHTMLWriter.PropertiesMissingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.lightdev.app.shtm.SHTMLWriter.PropertiesMissingException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SHTMLWriter

public class SHTMLWriter.PropertiesMissingException
extends java.lang.Exception

inner class for signaling that properties were missing for proper execution.

See Also:
Serialized Form

Constructor Summary
SHTMLWriter.PropertiesMissingException()
          Constructs a WriterPropertiesMissingException with null as its error detail message.
SHTMLWriter.PropertiesMissingException(java.lang.String s)
          Constructs an WriterPropertiesMissingException 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

SHTMLWriter.PropertiesMissingException

public SHTMLWriter.PropertiesMissingException()
Constructs a WriterPropertiesMissingException with null as its error detail message.


SHTMLWriter.PropertiesMissingException

public SHTMLWriter.PropertiesMissingException(java.lang.String s)
Constructs an WriterPropertiesMissingException 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.