com.ivata.mask.field
Class FieldValueConvertor.FieldValueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ivata.mask.field.FieldValueConvertor.FieldValueException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
FieldValueConvertor

public static class FieldValueConvertor.FieldValueException
extends java.lang.RuntimeException

Wraps any error encountered when trying retrieve a field value via reflection.

Since:
ivata masks 0.1 (2004-05-14)
Version:
$Revision: 1.7 $
Author:
Colin MacLeod colin.macleod@ivata.com
See Also:
Serialized Form

Constructor Summary
FieldValueConvertor.FieldValueException(java.lang.Throwable throwable)
           Construct a field value exception from another throwable.
FieldValueConvertor.FieldValueException(java.lang.Throwable throwable, java.lang.String location)
           Construct a field value exception from another throwable.
 
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

FieldValueConvertor.FieldValueException

public FieldValueConvertor.FieldValueException(java.lang.Throwable throwable)

Construct a field value exception from another throwable.

Parameters:
throwable - cause of the exception.

FieldValueConvertor.FieldValueException

public FieldValueConvertor.FieldValueException(java.lang.Throwable throwable,
                                               java.lang.String location)

Construct a field value exception from another throwable.

Parameters:
throwable - cause of the exception.
location - brief text describing where the error ocurred


Copyright © 2001-2005 ivata limited. All Rights Reserved.