001 package org.tynamo.exceptionpage; 002 003 public interface ContextAwareException { 004 Object[] getContext(); 005 }