public class WriteLimitReachedException
extends org.xml.sax.SAXException
Constructor and Description |
---|
WriteLimitReachedException(java.lang.String msg) |
Modifier and Type | Method and Description |
---|---|
static boolean |
isWriteLimitReached(java.lang.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(java.lang.Exception ex) |
public WriteLimitReachedException(java.lang.String msg)
public static boolean isWriteLimitReached(java.lang.Throwable t)
t
- throwabletrue
if the write limit was reached,
false
otherwisepublic static void throwIfWriteLimitReached(java.lang.Exception ex) throws org.xml.sax.SAXException
org.xml.sax.SAXException
Copyright © 2010 - 2023 Adobe. All Rights Reserved