package org.vaadin.teemu.clara.inflater.handler; @SuppressWarnings("serial") public class AttributeHandlerException extends RuntimeException { public AttributeHandlerException(Throwable cause) { super(cause); } }