public class LayerGenerationException extends Exception
| Constructor and Description |
|---|
LayerGenerationException(String message)
An exception with no associated element.
|
LayerGenerationException(String message,
Element erroneousElement)
An exception with an associated element.
|
LayerGenerationException(String message,
Element erroneousElement,
AnnotationMirror erroneousAnnotation)
An exception with an associated annotation.
|
LayerGenerationException(String message,
Element erroneousElement,
AnnotationMirror erroneousAnnotation,
AnnotationValue erroneousAnnotationValue)
An exception with an associated annotation value.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LayerGenerationException(String message)
message - a detail message which could be reported to the userMessager.printMessage(javax.tools.Diagnostic.Kind, CharSequence)public LayerGenerationException(String message, Element erroneousElement)
message - a detail message which could be reported to the usererroneousElement - the associated elementMessager.printMessage(javax.tools.Diagnostic.Kind, CharSequence, Element)public LayerGenerationException(String message, Element erroneousElement, AnnotationMirror erroneousAnnotation)
message - a detail message which could be reported to the usererroneousElement - the associated elementerroneousAnnotation - the annotation on the elementMessager.printMessage(javax.tools.Diagnostic.Kind, CharSequence, Element, AnnotationMirror)public LayerGenerationException(String message, Element erroneousElement, AnnotationMirror erroneousAnnotation, AnnotationValue erroneousAnnotationValue)
message - a detail message which could be reported to the usererroneousElement - the associated elementerroneousAnnotation - the annotation on the elementerroneousAnnotationValue - the value of that annotationMessager.printMessage(javax.tools.Diagnostic.Kind, CharSequence, Element, AnnotationMirror, AnnotationValue)Built on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.