org.millstone.base.data
Class Property.ConversionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.millstone.base.data.Property.ConversionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Property

public static class Property.ConversionException
extends java.lang.RuntimeException

An exception that signals that the value passed to the setValue() method couldn't be converted to the native type of the Property.

Since:
3.0
Version:
3.0.3
Author:
IT Mill Ltd
See Also:
Serialized Form

Constructor Summary
Property.ConversionException()
          Constructs a new ConversionException without a detail message.
Property.ConversionException(java.lang.Exception cause)
          Constructs a new ConversionException from another exception.
Property.ConversionException(java.lang.String msg)
          Constructs a new ConversionException with the specified detail message.
 
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

Property.ConversionException

public Property.ConversionException()
Constructs a new ConversionException without a detail message.


Property.ConversionException

public Property.ConversionException(java.lang.String msg)
Constructs a new ConversionException with the specified detail message.

Parameters:
msg - the detail message

Property.ConversionException

public Property.ConversionException(java.lang.Exception cause)
Constructs a new ConversionException from another exception.



Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.