com.extentech.ExtenXLS.binder
Class BeanInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.extentech.ExtenXLS.binder.BeanInstantiationException
All Implemented Interfaces:
java.io.Serializable

public class BeanInstantiationException
extends java.lang.Exception

Since:
Version:
Author:
John McMahon -- Copyright ©?2005 Extentech Inc.
See Also:
, Serialized Form

Constructor Summary
BeanInstantiationException()
           
BeanInstantiationException(java.lang.String message)
           
BeanInstantiationException(java.lang.String message, java.lang.Throwable cause)
           
BeanInstantiationException(java.lang.Throwable cause)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanInstantiationException

public BeanInstantiationException()

BeanInstantiationException

public BeanInstantiationException(java.lang.String message)
Parameters:
message -

BeanInstantiationException

public BeanInstantiationException(java.lang.Throwable cause)
Parameters:
cause -

BeanInstantiationException

public BeanInstantiationException(java.lang.String message,
                                  java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2009 Extentech Inc. All Rights Reserved.