class ProjectorCommandException extends Exception { ProjectorCommandException(String message) { super(message); } }