OWLSValidationException.java revision 2
/**
* <p>Title: </p>
* <p>Description: </p>
* <p>Copyright: Copyright (c) 2005</p>
* <p>Company: Mindswap (htp://www.mindswap.org)</p>
* @author Michael Grove
* @version 1.0
*/
public class OWLSValidationException extends Exception
{
public static final int ERROR_PARSE = 0;
public static final int ERROR_FILE_NOT_FOUND = 1;
private int mId;
{
super(theMsg);
}
public int getId() {
return mId;
}
}
}
}