com.pietschy.command.annotation.impl
Class UnsupportedArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.pietschy.command.annotation.impl.UnsupportedArgumentException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedArgumentException
extends java.lang.RuntimeException

Thrown when the annotated method has an invalid argument list.

See Also:
Serialized Form

Constructor Summary
UnsupportedArgumentException(java.lang.reflect.Method method)
          Creates a new instance.
 
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

UnsupportedArgumentException

public UnsupportedArgumentException(java.lang.reflect.Method method)
Creates a new instance.

Parameters:
method - the method with the invalid argument.


Copyright © 2006 - 2007 Andrew Pietsch