com.abra.j2xb.beans.exceptions
Class MOBeansAnnotationCombinationNotAllowed

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.abra.j2xb.beans.exceptions.MOBeansException
              extended by com.abra.j2xb.beans.exceptions.MOBeansAnnotationCombinationNotAllowed
All Implemented Interfaces:
java.io.Serializable

public class MOBeansAnnotationCombinationNotAllowed
extends MOBeansException

Since:
JDK1.5
Version:
1.0, May 1, 2008
Author:
Yoav Abrahami
See Also:
Serialized Form

Constructor Summary
MOBeansAnnotationCombinationNotAllowed(java.lang.Class<? extends java.lang.annotation.Annotation> annotation1, java.lang.Class<? extends java.lang.annotation.Annotation> annotation2, java.lang.Class<?> beanClass)
           
MOBeansAnnotationCombinationNotAllowed(java.lang.Class<? extends java.lang.annotation.Annotation> annotation1, java.lang.Class<? extends java.lang.annotation.Annotation> annotation2, java.lang.Class<?> propertyType, MOAnnotationLocation annotationLocation)
           
MOBeansAnnotationCombinationNotAllowed(java.lang.Class<? extends java.lang.annotation.Annotation> annotation1, java.lang.Class<? extends java.lang.annotation.Annotation> annotation2, java.lang.String annotationMemberName1, MOAnnotationLocation annotationLocation)
           
 
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

MOBeansAnnotationCombinationNotAllowed

public MOBeansAnnotationCombinationNotAllowed(java.lang.Class<? extends java.lang.annotation.Annotation> annotation1,
                                              java.lang.Class<? extends java.lang.annotation.Annotation> annotation2,
                                              java.lang.Class<?> propertyType,
                                              MOAnnotationLocation annotationLocation)

MOBeansAnnotationCombinationNotAllowed

public MOBeansAnnotationCombinationNotAllowed(java.lang.Class<? extends java.lang.annotation.Annotation> annotation1,
                                              java.lang.Class<? extends java.lang.annotation.Annotation> annotation2,
                                              java.lang.Class<?> beanClass)

MOBeansAnnotationCombinationNotAllowed

public MOBeansAnnotationCombinationNotAllowed(java.lang.Class<? extends java.lang.annotation.Annotation> annotation1,
                                              java.lang.Class<? extends java.lang.annotation.Annotation> annotation2,
                                              java.lang.String annotationMemberName1,
                                              MOAnnotationLocation annotationLocation)


Copyright © 2008. All Rights Reserved.