org.umber.bellows.loader
Class BeanLoaderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.umber.bellows.loader.BeanLoaderException
All Implemented Interfaces:
java.io.Serializable

public class BeanLoaderException
extends java.lang.Exception

A checked exception to indicate errors while loading a JavaBean from a Datum tree.

Author:
jsheets
See Also:
Serialized Form

Constructor Summary
BeanLoaderException()
          Creates a new instance of BeanLoaderException without detail message.
BeanLoaderException(java.lang.String msg)
          Constructs an instance of BeanLoaderException 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

BeanLoaderException

public BeanLoaderException()
Creates a new instance of BeanLoaderException without detail message.


BeanLoaderException

public BeanLoaderException(java.lang.String msg)
Constructs an instance of BeanLoaderException with the specified detail message.

Parameters:
msg - the detail message.