net.windward.bean
Class BeanProviderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.windward.bean.BeanProviderException
All Implemented Interfaces:
java.io.Serializable

public class BeanProviderException
extends java.lang.Exception

All exceptions thrown by the BeanProvider classes are wrapped in this exception.

Version:
2.0 2 January 2004
See Also:
Serialized Form

Constructor Summary
BeanProviderException(java.lang.String message)
          Constructs a new exception with the specified detail message.
BeanProviderException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
 
Method Summary
 java.lang.String get_Message()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanProviderException

public BeanProviderException(java.lang.String message)
Constructs a new exception with the specified detail message.
Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.

BeanProviderException

public BeanProviderException(java.lang.String message,
                             java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
Parameters:
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
cause - cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
Method Detail

get_Message

public java.lang.String get_Message()


Copyright © 2002 - 2008 Windward Reports - All Rights Reserved. java reporting software