Home
last modified time | relevance | path

Searched refs:WrappedRuntimeException (Results 1 – 25 of 36) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xml/utils/
DWrappedRuntimeException.java28 public class WrappedRuntimeException extends RuntimeException class
42 public WrappedRuntimeException(Exception e) in WrappedRuntimeException() method in WrappedRuntimeException
57 public WrappedRuntimeException(String msg, Exception e) in WrappedRuntimeException() method in WrappedRuntimeException
DDefaultErrorHandler.java340 else if(cause instanceof WrappedRuntimeException) in printLocation()
341 cause = ((WrappedRuntimeException)cause).getException(); in printLocation()
DObjectPool.java70 throw new WrappedRuntimeException(cnfe); in ObjectPool()
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DWrappedRuntimeException.java35 public final class WrappedRuntimeException extends RuntimeException class
49 public WrappedRuntimeException(Exception e) in WrappedRuntimeException() method in WrappedRuntimeException
64 public WrappedRuntimeException(String msg, Exception e) in WrappedRuntimeException() method in WrappedRuntimeException
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DFuncDocument.java291 instanceof org.apache.xml.utils.WrappedRuntimeException) in getDoc()
294 ((org.apache.xml.utils.WrappedRuntimeException) throwable).getException(); in getDoc()
300 throw new org.apache.xml.utils.WrappedRuntimeException( in getDoc()
335 if (e instanceof org.apache.xml.utils.WrappedRuntimeException) in getDoc()
336 e = ((org.apache.xml.utils.WrappedRuntimeException) e).getException(); in getDoc()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DOutputPropertiesFactory.java35 import org.apache.xml.serializer.utils.WrappedRuntimeException;
322 throw new WrappedRuntimeException( in getDefaultMethodProperties()
391 throw new WrappedRuntimeException( in loadPropertiesFile()
408 throw new WrappedRuntimeException( in loadPropertiesFile()
DEncodings.java388 throw new org.apache.xml.serializer.utils.WrappedRuntimeException(mue); in loadEncodingInfo()
392 throw new org.apache.xml.serializer.utils.WrappedRuntimeException(ioe); in loadEncodingInfo()
DSerializerFactory.java179 throw new org.apache.xml.serializer.utils.WrappedRuntimeException(e); in getSerializer()
DCharInfo.java41 import org.apache.xml.serializer.utils.WrappedRuntimeException;
522 throw new WrappedRuntimeException(te);
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DIteratorPool.java26 import org.apache.xml.utils.WrappedRuntimeException;
98 throw new WrappedRuntimeException(ex); in getInstance()
DFilterExprIteratorSimple.java92 throws org.apache.xml.utils.WrappedRuntimeException in executeFilterExpr()
130 throw new org.apache.xml.utils.WrappedRuntimeException(se); in executeFilterExpr()
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3SerializerImpl.java28 import org.apache.xml.serializer.utils.WrappedRuntimeException;
113 throw new WrappedRuntimeException(se); in serializeDOM3()
/external/apache-xml/src/main/java/org/apache/xpath/
DXPath.java352 while (e instanceof org.apache.xml.utils.WrappedRuntimeException) in execute()
354 e = ((org.apache.xml.utils.WrappedRuntimeException) e).getException(); in execute()
427 while (e instanceof org.apache.xml.utils.WrappedRuntimeException) in bool()
429 e = ((org.apache.xml.utils.WrappedRuntimeException) e).getException(); in bool()
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXObjectFactory.java117 throw new org.apache.xml.utils.WrappedRuntimeException(ex); in create()
131 throw new org.apache.xml.utils.WrappedRuntimeException(ex); in create()
DXBooleanStatic.java66 throw new org.apache.xml.utils.WrappedRuntimeException(te); in equals()
DXBoolean.java164 throw new org.apache.xml.utils.WrappedRuntimeException(te); in equals()
DXString.java314 throw new org.apache.xml.utils.WrappedRuntimeException(te); in equals()
480 throw new org.apache.xml.utils.WrappedRuntimeException( in compareToIgnoreCase()
DXNumber.java411 throw new org.apache.xml.utils.WrappedRuntimeException(te); in equals()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DKeyTable.java33 import org.apache.xml.utils.WrappedRuntimeException;
225 throw new WrappedRuntimeException(te); in getRefsTable()
DTransformerIdentityImpl.java487 catch (org.apache.xml.utils.WrappedRuntimeException wre) in transform()
492 instanceof org.apache.xml.utils.WrappedRuntimeException) in transform()
495 ((org.apache.xml.utils.WrappedRuntimeException) throwable).getException(); in transform()
885 throw new org.apache.xml.utils.WrappedRuntimeException(te); in setDocumentLocator()
DTransformerImpl.java637 else if (e instanceof org.apache.xml.utils.WrappedRuntimeException) in transform()
640 ((org.apache.xml.utils.WrappedRuntimeException) e).getException()); in transform()
652 catch (org.apache.xml.utils.WrappedRuntimeException wre) in transform()
657 instanceof org.apache.xml.utils.WrappedRuntimeException) in transform()
660 ((org.apache.xml.utils.WrappedRuntimeException) throwable).getException(); in transform()
1254 while(se instanceof org.apache.xml.utils.WrappedRuntimeException) in transformNode()
1256 Exception e = ((org.apache.xml.utils.WrappedRuntimeException)se).getException(); in transformNode()
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
DJAXPExtensionsProvider.java150 throw new org.apache.xml.utils.WrappedRuntimeException ( xfe ); in extFunction()
202 throw new org.apache.xml.utils.WrappedRuntimeException ( xfe ); in extFunction()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMAxisIteratorBase.java189 throw new org.apache.xml.utils.WrappedRuntimeException(e); in cloneIterator()
DDTMNodeIterator.java78 throw new org.apache.xml.utils.WrappedRuntimeException(cnse); in DTMNodeIterator()
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncPosition.java93 throw new org.apache.xml.utils.WrappedRuntimeException(cnse); in getPositionInContextNodeList()

12