public class WriteLimitReachedException extends SAXException
| Constructor and Description |
|---|
WriteLimitReachedException(String msg) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isWriteLimitReached(Throwable t)
Checks whether the given exception (or any of it's root causes) was
thrown by this handler as a signal of reaching the write limit.
|
static void |
throwIfWriteLimitReached(Exception ex) |
getCause, getException, getMessage, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic WriteLimitReachedException(String msg)
public static boolean isWriteLimitReached(Throwable t)
t - throwabletrue if the write limit was reached,
false otherwisepublic static void throwIfWriteLimitReached(Exception ex) throws SAXException
SAXExceptionCopyright © 2007–1969 The Apache Software Foundation. All rights reserved.