|
org.openide.filesystems 7.47.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openide.filesystems.annotations.LayerGenerationException
public class LayerGenerationException
Exception thrown when a layer entry cannot be generated due to erroneous sources.
Constructor Summary | |
---|---|
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. |
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 |
---|
public 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)
|
org.openide.filesystems 7.47.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |