org.brains2b.typewriter
Class TypeWriterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.brains2b.typewriter.TypeWriterException
All Implemented Interfaces:
java.io.Serializable

public class TypeWriterException
extends java.lang.RuntimeException

Exception for problems occurring while invoking TypeWriter methodes

Version:
0.10 [05-11-2003]
Author:
dennis@brains2b.nl
See Also:
Serialized Form

Constructor Summary
TypeWriterException()
          Constructor for TypeWriterException.
TypeWriterException(java.lang.String s)
          Constructor for TypeWriterException.
 
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

TypeWriterException

public TypeWriterException()
Constructor for TypeWriterException.


TypeWriterException

public TypeWriterException(java.lang.String s)
Constructor for TypeWriterException.

Parameters:
s - String, the message for this exception