try{ Debug.out( str ); }catch( Throwable f ){ System.out.println( str ); }
Used in environments where full debug may not be availableparame try{ Debug.printStackTrace( e ); }catch( Throwable f ){ e.printStackTrace(); }
try{ Debug.printStackTrace( e ); }catch( Throwable f ){ e.printStackTrace(); }