p.addCard( new Card(1,2) );
td.addPlayer( p );
td.addPlayer( new Player() );
} catch (TransportException e) {
e.printStackTrace(System.out);
CalcEngineException ex = new CalcEngineException( "My message" , e);
System.out.println(ex.getLocalizedMessage( Locale.GERMAN) );
return;
}
opts.put( CalcEngineFactory.ENGINE_PROPH_SIMS, -1 );
td.setOptions( opts );