Class ValueParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jvnet.basicjaxb_annox.parser.exception.ValueParseException
All Implemented Interfaces:
Serializable

public class ValueParseException extends Exception
See Also:
  • Constructor Details

    • ValueParseException

      public ValueParseException(Object value, Class<?> targetClass, Throwable cause)
    • ValueParseException

      public ValueParseException(Object value, Class<?> targetClass)
  • Method Details

    • getValue

      public Object getValue()
    • getTargetClass

      public Class<?> getTargetClass()