229230231232233234235236237238
} } } catch( Throwable t ) { if ( !ExceptionKit.canThrow( method, t.getClass() ) ) { throw new IntrepidRuntimeException( t ); } else throw t; } }