net.sf.easyweb4j.exceptions
Class FormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
FormatException(Class<?> type, Object defaultValue)
          Constructs a FormatException for the specified type.
 
Method Summary
 Object getDefaultValue()
           
 Class<?> getType()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormatException

public FormatException(Class<?> type,
                       Object defaultValue)
Constructs a FormatException for the specified type.

Method Detail

getType

public Class<?> getType()

getDefaultValue

public Object getDefaultValue()


Copyright © 2009-2010 Chandra Sekar S. All Rights Reserved.