com.pietschy.command.annotation.impl
Class AnnotationIdMissingException

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.AnnotationIdMissingException
All Implemented Interfaces:
java.io.Serializable

public class AnnotationIdMissingException
extends java.lang.RuntimeException

Thrown for annotations that are missing a command id.

See Also:
Serialized Form

Constructor Summary
AnnotationIdMissingException(java.lang.reflect.Method method, java.lang.annotation.Annotation annotation)
          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

AnnotationIdMissingException

public AnnotationIdMissingException(java.lang.reflect.Method method,
                                    java.lang.annotation.Annotation annotation)
Creates a new instance.

Parameters:
method - the method in error.
annotation - the methods annotation.


Copyright © 2006 - 2007 Andrew Pietsch