public class TypeNotFoundException extends GeneratorException
Constructor and Description |
---|
TypeNotFoundException(String message)
Construct TypeNotFoundException with given message.
|
TypeNotFoundException(String message,
Exception ex)
Construct TypeNotFoundException with given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TypeNotFoundException(String message)
message
- Exception message.Copyright © 2014. All rights reserved.