001 /* 002 * Created on 13-Apr-2004 003 * 004 * To change the template for this generated file go to 005 * Window - Preferences - Java - Code Generation - Code and Comments 006 */ 007 package railo.transformer.cfml.attributes; 008 009 010 /** 011 * Exception of the AttributeEvaluator Class 012 */ 013 public final class AttributeEvaluatorException extends Exception { 014 015 /** 016 * Error Message 017 * @param message 018 */ 019 public AttributeEvaluatorException(String message) { 020 super(message); 021 } 022 }