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

Quick Search    Search Deep

soapical.util
Class ExceptionFountain3  view ExceptionFountain3 download ExceptionFountain3.java

java.lang.Object
  extended bysoapical.util.ExceptionFountain
      extended bysoapical.util.ExceptionFountain3

class ExceptionFountain3
extends ExceptionFountain


Field Summary
 
Fields inherited from class soapical.util.ExceptionFountain
_logger
 
Constructor Summary
(package private) ExceptionFountain3()
           
 
Method Summary
protected static void curvyCall(int depth)
          Make a call to another function, passing it the depth argument.
 
Methods inherited from class soapical.util.ExceptionFountain
throwCurvyException, throwRecursiveException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionFountain3

ExceptionFountain3()
Method Detail

curvyCall

protected static void curvyCall(int depth)
                         throws ExpectedException
Description copied from class: ExceptionFountain
Make a call to another function, passing it the depth argument. This is meant as a helper function to throwCurvyException, so that we can override just the bit that calls another function, and not the fancy stuff