Uses of Class
com.sun.tools.xjc.AbortException
-
Packages that use AbortException Package Description com.sun.tools.xjc Schema to Java compilercom.sun.tools.xjc.reader.dtd com.sun.tools.xjc.reader.dtd.bindinfo Object Model that represents DTD binding information. -
-
Uses of AbortException in com.sun.tools.xjc
Methods in com.sun.tools.xjc that throw AbortException Modifier and Type Method Description abstract voidErrorReceiver. error(SAXParseException exception)abstract voidErrorReceiver. fatalError(SAXParseException exception)voidErrorReceiver. pollAbort()This method will be invoked periodically to allowAbortExceptionto be thrown, especially when this is driven by some kind of GUI.abstract voidErrorReceiver. warning(SAXParseException exception) -
Uses of AbortException in com.sun.tools.xjc.reader.dtd
Constructors in com.sun.tools.xjc.reader.dtd that throw AbortException Constructor Description TDTDReader(ErrorReceiver errorReceiver, Options opts, InputSource _bindInfo) -
Uses of AbortException in com.sun.tools.xjc.reader.dtd.bindinfo
Constructors in com.sun.tools.xjc.reader.dtd.bindinfo that throw AbortException Constructor Description BindInfo(Model model, InputSource source, ErrorReceiver _errorReceiver)
-