net.sf.easyweb4j.exceptions
Class FormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.easyweb4j.exceptions.FormatException
- All Implemented Interfaces:
- Serializable
public class FormatException
- extends Exception
An exception for indicating errors occurring in conversion operations.
- Author:
- Chandra Sekar S
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FormatException
public FormatException(Class<?> type,
Object defaultValue)
- Constructs a FormatException for the specified type.
getType
public Class<?> getType()
getDefaultValue
public Object getDefaultValue()
Copyright © 2009-2010 Chandra Sekar S. All Rights Reserved.