com.plumtree.openfoundation.reflect
Class XPNoSuchMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.plumtree.openfoundation.util.XPException
                  extended by com.plumtree.openfoundation.reflect.XPNoSuchMethodException
All Implemented Interfaces:
java.io.Serializable

public class XPNoSuchMethodException
extends XPException

This exception is thrown when a particular method cannot be found.

Author:
djc
See Also:
Serialized Form

Constructor Summary
XPNoSuchMethodException()
          Constructs a NoSuchMethodException without a detail message.
XPNoSuchMethodException(java.lang.String message)
          Constructs a NoSuchMethodException with a detail message.
XPNoSuchMethodException(java.lang.String message, java.lang.Throwable e)
          Constructs a NoSuchMethodException with the specified detail message and cause.
XPNoSuchMethodException(java.lang.Throwable e)
          Constructs a XPNoSuchMethodException with the specified cause and a detail message.
 
Method Summary
 
Methods inherited from class com.plumtree.openfoundation.util.XPException
exceptionToString, ExceptionToString, GetInnerException, GetInstance, GetInstance, getMessage, GetMessage, GetStackTrace, printStackTrace, PrintStackTrace, printStackTrace, ToString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPNoSuchMethodException

public XPNoSuchMethodException()
Constructs a NoSuchMethodException without a detail message.


XPNoSuchMethodException

public XPNoSuchMethodException(java.lang.String message)
Constructs a NoSuchMethodException with a detail message.

Parameters:
message - the detail message

XPNoSuchMethodException

public XPNoSuchMethodException(java.lang.Throwable e)
Constructs a XPNoSuchMethodException with the specified cause and a detail message.

Parameters:
e - - the cause (which is saved for later retrieval by the getCause() method).

XPNoSuchMethodException

public XPNoSuchMethodException(java.lang.String message,
                               java.lang.Throwable e)
Constructs a NoSuchMethodException with the specified detail message and cause.

Parameters:
message - the detail message
e - - the cause (which is saved for later retrieval by the getCause() method).


Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.