001/* 002 * To change this template, choose Tools | Templates 003 * and open the template in the editor. 004 */ 005 006package armyc2.c5isr.renderer.utilities; 007 008/** 009 * 010* 011 */ 012public class RendererException extends Exception { 013 014 public RendererException(String message, Throwable cause) 015 { 016 super(message, cause); 017 } 018 019}