Package org.castor.ddlgen
Class KeyNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.castor.ddlgen.GeneratorException
org.castor.ddlgen.KeyNotFoundException
- All Implemented Interfaces:
Serializable
Configuration Key does not find exception.
- Since:
- 1.1
- Version:
- $Revision: 5951 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
- Author:
- Le Duc Bao, Ralf Joachim
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKeyNotFoundException
(String message) Construct KeyNotFoundException with given message.KeyNotFoundException
(String message, Exception ex) Construct KeyNotFoundException with given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KeyNotFoundException
Construct KeyNotFoundException with given message.- Parameters:
message
- Exception message.
-
KeyNotFoundException
Construct KeyNotFoundException with given message and cause.- Parameters:
message
- Exception message.ex
- Original exception cause.
-