org.jvnet.annox.util
Class ValueParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jvnet.annox.util.ValueParseException
All Implemented Interfaces:
Serializable

public class ValueParseException
extends Exception

See Also:
Serialized Form

Constructor Summary
ValueParseException(Object value, Class targetClass, Throwable cause)
           
 
Method Summary
 Class getTargetClass()
           
 Object getValue()
           
 
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

ValueParseException

public ValueParseException(Object value,
                           Class targetClass,
                           Throwable cause)
Method Detail

getValue

public Object getValue()

getTargetClass

public Class getTargetClass()


Copyright © 2006-2012 Highsource. All Rights Reserved.