package com.perforce.svn.parser; public class ParserException extends Exception { public ParserException(String string) { System.err.println(string + "\n"); } private static final long serialVersionUID = 1L; }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 12446 | Paul Allen | Branching using p4convert-rusty | ||
//guest/perforce_software/p4convert/src/com/perforce/svn/parser/ParserException.java | |||||
#1 | 9807 | Paul Allen | Initial import of p4-convert (from change 894340) |