public void inspect( HandlingEvent handlingEvent )
{
try
{
new InspectCargoDeliveryStatus( handlingEvent ).update();
logger.info( "Inspected handled cargo '" + handlingEvent.trackingId().get().id().get() + "'." );
}
catch( InspectionFailedException e )
{
logger.error( e.getMessage() ); // Unexpected error