com.ctc.wstx.api
Class InvalidCharHandler.FailingHandler
java.lang.Object
com.ctc.wstx.api.InvalidCharHandler.FailingHandler
- All Implemented Interfaces:
- InvalidCharHandler
- Enclosing interface:
- InvalidCharHandler
public static class InvalidCharHandler.FailingHandler
- extends Object
- implements InvalidCharHandler
This handler implementation just throws an exception for
all invalid characters encountered. It is the default handler
used if nothing else has been specified.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SURR1_FIRST
public static final int SURR1_FIRST
- See Also:
- Constant Field Values
SURR1_LAST
public static final int SURR1_LAST
- See Also:
- Constant Field Values
SURR2_FIRST
public static final int SURR2_FIRST
- See Also:
- Constant Field Values
SURR2_LAST
public static final int SURR2_LAST
- See Also:
- Constant Field Values
InvalidCharHandler.FailingHandler
protected InvalidCharHandler.FailingHandler()
getInstance
public static InvalidCharHandler.FailingHandler getInstance()
convertInvalidChar
public char convertInvalidChar(int c)
throws IOException
- Specified by:
convertInvalidChar in interface InvalidCharHandler
- Throws:
IOException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.