|
Replies:
1
-
Last Post:
Nov 27, 2007 9:50 PM
by: ss141213
|
|
|
|
|
|
|
Why does javac not print stacktrace for exception from annotation processor
Posted:
Nov 21, 2007 9:28 PM
|
|
|
javac does not print the stack trace of exceptions that are thrown by annotation processors, not even in -verbose mode. Why? e.g. it just prints this when I use -verbose option: ---- Round 1: input files: {sahoo.EmploymentRecord} annotations: [javax.persistence.Embeddable] last round: false error: Exception thrown while constructing Processor object: java.lang.NullPointerException ----
It does not even tell which AnnotationProcessor threw the exception.
Thanks, Sahoo
|
|
|
|