net.sf.navel.beans
Class InvalidDelegateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.navel.beans.InvalidDelegateException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDelegateException
extends java.lang.RuntimeException

Indicates when a delegate does not have sufficient methods to support the JavaBean methods on an interface.

Author:
cmdln
See Also:
Serialized Form

Constructor Summary
InvalidDelegateException(java.lang.String message)
           
InvalidDelegateException(java.lang.String message, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDelegateException

public InvalidDelegateException(java.lang.String message)

InvalidDelegateException

public InvalidDelegateException(java.lang.String message,
                                java.lang.Throwable cause)