pt.digitalis.dif.exception.codegen
Class AnnotationMisuseException.ContextKeys

java.lang.Object
  extended by pt.digitalis.dif.exception.codegen.AnnotationMisuseException.ContextKeys
Enclosing class:
AnnotationMisuseException

public static class AnnotationMisuseException.ContextKeys
extends Object

Nested static class which defines the keys used on the exception context.


Field Summary
static String ANNOTATION_SCOPE
          The 'annotation scope' key.
static String ANNOTATIONS_FOUND
          The 'annotation found' key.
static String ATTRIBUTE
          The 'attribute' key.
static String CLASS
          The 'class' key.
static String MESSAGE
          The 'message' key.
static String METHOD
          The 'method' key.
 
Constructor Summary
AnnotationMisuseException.ContextKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANNOTATION_SCOPE

public static final String ANNOTATION_SCOPE
The 'annotation scope' key.

See Also:
Constant Field Values

ANNOTATIONS_FOUND

public static final String ANNOTATIONS_FOUND
The 'annotation found' key.

See Also:
Constant Field Values

ATTRIBUTE

public static final String ATTRIBUTE
The 'attribute' key.

See Also:
Constant Field Values

CLASS

public static final String CLASS
The 'class' key.

See Also:
Constant Field Values

MESSAGE

public static final String MESSAGE
The 'message' key.

See Also:
Constant Field Values

METHOD

public static final String METHOD
The 'method' key.

See Also:
Constant Field Values
Constructor Detail

AnnotationMisuseException.ContextKeys

public AnnotationMisuseException.ContextKeys()


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.