public class FatalProcessingException extends ProcessingException
Constructor and Description |
---|
FatalProcessingException()
Default constructor.
|
FatalProcessingException(String message) |
FatalProcessingException(String message,
Element element) |
FatalProcessingException(String message,
Element element,
AnnotationMirror annotation) |
FatalProcessingException(String message,
Element element,
AnnotationMirror annotation,
AnnotationValue value)
Constructor.
|
print, print
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FatalProcessingException()
public FatalProcessingException(String message, Element element, AnnotationMirror annotation, AnnotationValue value)
message
- element
- annotation
- value
- public FatalProcessingException(String message, Element element, AnnotationMirror annotation)
public FatalProcessingException(String message)
Copyright © 2013–2014. All rights reserved.