package de.dhbwstuttgart.syntaxtree; import de.dhbwstuttgart.syntaxtree.type.RefTypeOrTPH; import java.util.List; public class ExceptionList { private List exceptions; public ExceptionList(List exceptions){ this.exceptions = exceptions; } }