Class Proxies


  • public class Proxies
    extends java.lang.Object
    Proxies is a collection of useful dynamic profixes. Internal use only.
    Since:
    4.0
    Author:
    vladimir
    • Constructor Summary

      Constructors 
      Constructor Description
      Proxies()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object newCatchThrowableProxy​(java.lang.Object obj)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Proxies

        public Proxies()
    • Method Detail

      • newCatchThrowableProxy

        public static java.lang.Object newCatchThrowableProxy​(java.lang.Object obj)