public class GeneratorException extends Exception
Constructor and Description |
---|
GeneratorException()
Creates a new instance of
GeneratorException without detail message. |
GeneratorException(String msg)
Constructs an instance of
GeneratorException with the specified detail message. |
GeneratorException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GeneratorException()
GeneratorException
without detail message.public GeneratorException(String msg)
GeneratorException
with the specified detail message.msg
- the detail message.public GeneratorException(Throwable cause)
Copyright © 2003–2015 sun. All rights reserved.