cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception
Class ListenerMethodParametersException

Package class diagram package ListenerMethodParametersException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cz.cuni.amis.utils.exception.PogamutException
                  extended by cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.exception.ListenerMethodParametersException
All Implemented Interfaces:
Serializable

public class ListenerMethodParametersException
extends cz.cuni.amis.utils.exception.PogamutException

See Also:
Serialized Form

Constructor Summary
ListenerMethodParametersException(Method method, EventListener annotation, AnnotationListenerRegistrator origin)
           
ListenerMethodParametersException(Method method, EventListener annotation, Logger log, AnnotationListenerRegistrator origin)
           
ListenerMethodParametersException(Method method, ObjectClassEventListener annotation, AnnotationListenerRegistrator origin)
           
ListenerMethodParametersException(Method method, ObjectClassEventListener annotation, Logger log, AnnotationListenerRegistrator origin)
           
ListenerMethodParametersException(Method method, ObjectClassListener annotation, AnnotationListenerRegistrator origin)
           
ListenerMethodParametersException(Method method, ObjectClassListener annotation, Logger log, AnnotationListenerRegistrator origin)
           
ListenerMethodParametersException(Method method, ObjectEventListener annotation, AnnotationListenerRegistrator origin)
           
ListenerMethodParametersException(Method method, ObjectEventListener annotation, Logger log, AnnotationListenerRegistrator origin)
           
ListenerMethodParametersException(Method method, ObjectListener annotation, AnnotationListenerRegistrator origin)
           
ListenerMethodParametersException(Method method, ObjectListener annotation, Logger log, AnnotationListenerRegistrator origin)
           
ListenerMethodParametersException(Method method, String message, AnnotationListenerRegistrator origin)
           
 
Method Summary
 
Methods inherited from class cz.cuni.amis.utils.exception.PogamutException
getOrigin, isLogged, logException, logExceptionOnce, setLogged, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListenerMethodParametersException

public ListenerMethodParametersException(Method method,
                                         String message,
                                         AnnotationListenerRegistrator origin)

ListenerMethodParametersException

public ListenerMethodParametersException(Method method,
                                         EventListener annotation,
                                         AnnotationListenerRegistrator origin)

ListenerMethodParametersException

public ListenerMethodParametersException(Method method,
                                         ObjectClassListener annotation,
                                         AnnotationListenerRegistrator origin)

ListenerMethodParametersException

public ListenerMethodParametersException(Method method,
                                         ObjectClassEventListener annotation,
                                         AnnotationListenerRegistrator origin)

ListenerMethodParametersException

public ListenerMethodParametersException(Method method,
                                         ObjectListener annotation,
                                         AnnotationListenerRegistrator origin)

ListenerMethodParametersException

public ListenerMethodParametersException(Method method,
                                         ObjectEventListener annotation,
                                         AnnotationListenerRegistrator origin)

ListenerMethodParametersException

public ListenerMethodParametersException(Method method,
                                         EventListener annotation,
                                         Logger log,
                                         AnnotationListenerRegistrator origin)

ListenerMethodParametersException

public ListenerMethodParametersException(Method method,
                                         ObjectClassListener annotation,
                                         Logger log,
                                         AnnotationListenerRegistrator origin)

ListenerMethodParametersException

public ListenerMethodParametersException(Method method,
                                         ObjectClassEventListener annotation,
                                         Logger log,
                                         AnnotationListenerRegistrator origin)

ListenerMethodParametersException

public ListenerMethodParametersException(Method method,
                                         ObjectListener annotation,
                                         Logger log,
                                         AnnotationListenerRegistrator origin)

ListenerMethodParametersException

public ListenerMethodParametersException(Method method,
                                         ObjectEventListener annotation,
                                         Logger log,
                                         AnnotationListenerRegistrator origin)


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.