this.add(panel);
}
catch (final IllegalArgumentException e)
{
throw new SystemeException(e);
}
catch (final InstantiationException e)
{
throw new SystemeException(e);
}
catch (final IllegalAccessException e)
{
throw new SystemeException(e);
}
catch (final InvocationTargetException e)
{
throw new SystemeException(e);
}
catch (final SecurityException e)
{
throw new SystemeException(e);
}
catch (final NoSuchMethodException e)
{
throw new SystemeException(e);
}
}