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