public class CodeGenException extends RuntimeException
Constructor and Description |
---|
CodeGenException()
Instantiates a new code gen exception.
|
CodeGenException(String message)
Instantiates a new code gen exception.
|
CodeGenException(String message,
Throwable cause)
Instantiates a new code gen exception.
|
CodeGenException(Throwable cause)
Instantiates a new code gen exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CodeGenException()
public CodeGenException(String message, Throwable cause)
message
- the messagecause
- the causepublic CodeGenException(String message)
message
- the messagepublic CodeGenException(Throwable cause)
cause
- the causeCopyright © 2003–2021 XDEV Software. All rights reserved.