com.sun.xml.ws.server
Class DraconianValidationErrorHandler

java.lang.Object
  extended by com.sun.xml.ws.developer.ValidationErrorHandler
      extended by com.sun.xml.ws.server.DraconianValidationErrorHandler
All Implemented Interfaces:
ErrorHandler

public class DraconianValidationErrorHandler
extends ValidationErrorHandler

Default ValidationErrorHandler that just rethrows SAXException in case of errors.


Field Summary
 
Fields inherited from class com.sun.xml.ws.developer.ValidationErrorHandler
packet
 
Constructor Summary
DraconianValidationErrorHandler()
           
 
Method Summary
 void error(SAXParseException e)
           
 void fatalError(SAXParseException e)
           
 void warning(SAXParseException e)
           
 
Methods inherited from class com.sun.xml.ws.developer.ValidationErrorHandler
setPacket
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DraconianValidationErrorHandler

public DraconianValidationErrorHandler()
Method Detail

warning

public void warning(SAXParseException e)
             throws SAXException
Throws:
SAXException

error

public void error(SAXParseException e)
           throws SAXException
Throws:
SAXException

fatalError

public void fatalError(SAXParseException e)
                throws SAXException
Throws:
SAXException


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.