ca.intelliware.amakihi.util.property
Class InitializeFromPropertiesException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ca.intelliware.amakihi.util.property.InitializeFromPropertiesException
All Implemented Interfaces:
java.io.Serializable

public class InitializeFromPropertiesException
extends java.lang.Exception

If you are trying to initialize a bean from a list of properties, this exception is thrown if there are bean introspection of java reflection errors.

Version:
$Revision: 1.1 $
Author:
Intelliware Development
See Also:
Serialized Form

Constructor Summary
InitializeFromPropertiesException()
          InitializeFromPropertiesException constructor comment.
InitializeFromPropertiesException(java.lang.String s)
          InitializeFromPropertiesException constructor comment.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitializeFromPropertiesException

public InitializeFromPropertiesException()
InitializeFromPropertiesException constructor comment.

InitializeFromPropertiesException

public InitializeFromPropertiesException(java.lang.String s)
InitializeFromPropertiesException constructor comment.
Parameters:
s - java.lang.String


Copyright 2002 Intelliware Development. All Rights Reserved.