Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.commons.lang.exception.NestableDelegate

Uses of NestableDelegate in org.apache.commons.lang.exception
 

Fields in org.apache.commons.lang.exception declared as NestableDelegate
protected  NestableDelegate NestableException.delegate
          The helper instance which contains much of the code which we delegate to.
protected  NestableDelegate NestableError.delegate
          The helper instance which contains much of the code which we delegate to.
protected  NestableDelegate NestableRuntimeException.delegate
          The helper instance which contains much of the code which we delegate to.
 

Methods in org.apache.commons.lang.exception with parameters of type NestableDelegate
private  void NestableDelegateTestCase.doNestableDelegateGetThrowableCount(NestableDelegate d, int len)
           
private  void NestableDelegateTestCase.doNestableDelegateGetMessages(NestableDelegate d, java.lang.String[] nMsgs)
           
private  void NestableDelegateTestCase.doNestableDelegateGetThrowableN(NestableDelegate d, java.lang.Class[] classes, java.lang.String[] msgs)
           
private  void NestableDelegateTestCase.doNestableDelegateGetThrowables(NestableDelegate d, java.lang.Class[] classes, java.lang.String[] msgs)
           
private  void NestableDelegateTestCase.doNestableDelegateIndexOfThrowable(NestableDelegate d, java.lang.Class type, int fromIndex, int expectedIndex, java.lang.String expectedMsg)
           
private  void NestableDelegateTestCase.checkStackTrace(NestableDelegate d, boolean topDown, boolean trimStackFrames, java.lang.String startsWith, int expCount)