org.sysunit
Class InvalidMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sysunit.InvalidMethodException
- All Implemented Interfaces:
- Serializable
public class InvalidMethodException
- extends Exception
Indicates an attempt to reflect an invalid method from
a SystemTestCase
.
- Version:
- $Id: InvalidMethodException.java,v 1.1 2003/06/04 04:27:19 werken Exp $
- Author:
- Bob McWhirter
- See Also:
SystemTestCase
,
Serialized Form
InvalidMethodException
public InvalidMethodException(Method method,
String message)
- Construct.
- Parameters:
method
- The invalid method.message
- The error message.
getMethod
public Method getMethod()
- Retrieve the invalid
Method
.
- Returns:
- The invalid method.
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
- See Also:
Throwable
Copyright © 2003-2010 SpritSoft, Inc.. All Rights Reserved.