00001 package edu.rice.cs.hpc.data.experiment.xml; 00002 00003 public class OldXMLFormatException extends Exception { 00004 00008 private static final long serialVersionUID = 2318704552286306646L; 00009 00010 public OldXMLFormatException() { 00011 // TODO Auto-generated constructor stub 00012 } 00013 00014 public OldXMLFormatException(String message) { 00015 super(message); 00016 // TODO Auto-generated constructor stub 00017 } 00018 00019 public OldXMLFormatException(Throwable cause) { 00020 super(cause); 00021 // TODO Auto-generated constructor stub 00022 } 00023 00024 public OldXMLFormatException(String message, Throwable cause) { 00025 super(message, cause); 00026 // TODO Auto-generated constructor stub 00027 } 00028 00029 }