com.sun.tlddoc
Class GeneratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.tlddoc.GeneratorException
- All Implemented Interfaces:
- Serializable
public class GeneratorException
- extends Exception
- Author:
- mroth
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GeneratorException
public GeneratorException()
- Creates a new instance of
GeneratorException without detail message.
GeneratorException
public GeneratorException(String msg)
- Constructs an instance of
GeneratorException with the specified detail message.
- Parameters:
msg - the detail message.
GeneratorException
public GeneratorException(Throwable cause)
Copyright © 2003-2012 sun. All Rights Reserved.