Module com.sun.xml.bind
Class IllegalAnnotationsException.Builder
- java.lang.Object
-
- org.glassfish.jaxb.runtime.v2.runtime.IllegalAnnotationsException.Builder
-
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
- IllegalAnnotationsException
public static class IllegalAnnotationsException.Builder extends Object implements ErrorHandler
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck()If an error was reported, throw the exception.voiderror(IllegalAnnotationException e)
-
-
-
Method Detail
-
error
public void error(IllegalAnnotationException e)
- Specified by:
errorin interfaceErrorHandler
-
check
public void check() throws IllegalAnnotationsExceptionIf an error was reported, throw the exception. Otherwise exit normally.- Throws:
IllegalAnnotationsException
-
-