Package: ICollectedRuntimeExceptions
ICollectedRuntimeExceptions
Coverage
1: package org.overture.interpreter.runtime;
2:
3: import java.util.List;
4:
5: public interface ICollectedRuntimeExceptions
6: {
7:
8:         public abstract List<Exception> getCollectedExceptions();
9:
10: }