org.castor.ddlgen
Class WrongFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.castor.ddlgen.GeneratorException
org.castor.ddlgen.WrongFormatException
- All Implemented Interfaces:
- Serializable
public class WrongFormatException
- extends GeneratorException
Wrong format 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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WrongFormatException
public WrongFormatException(String message)
- Construct WrongFormatException with given message.
- Parameters:
message - Exception message.
WrongFormatException
public WrongFormatException(String message,
Exception ex)
- Construct WrongFormatException with given message and cause.
- Parameters:
message - Exception message.ex - Original exception cause.
Copyright © 2010. All Rights Reserved.