com.sun.tlddoc
Class GeneratorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.tlddoc.GeneratorException
All Implemented Interfaces:
java.io.Serializable

public class GeneratorException
extends java.lang.Exception

Author:
mroth
See Also:
Serialized Form

Constructor Summary
GeneratorException()
          Creates a new instance of GeneratorException without detail message.
GeneratorException(java.lang.String msg)
          Constructs an instance of GeneratorException with the specified detail message.
GeneratorException(java.lang.Throwable cause)
           
 
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

GeneratorException

public GeneratorException()
Creates a new instance of GeneratorException without detail message.


GeneratorException

public GeneratorException(java.lang.String msg)
Constructs an instance of GeneratorException with the specified detail message.

Parameters:
msg - the detail message.

GeneratorException

public GeneratorException(java.lang.Throwable cause)