outFile = new File(path);
if(outFile.exists())
throw new Exception("File "+path+" already exists.");
Wednesday, August 11, 2010
Custom Exception
Posted by techgeek168 at 9:20 AM
Labels: webmethods
Subscribe to:
Post Comments (Atom)
outFile = new File(path);
if(outFile.exists())
throw new Exception("File "+path+" already exists.");
Posted by techgeek168 at 9:20 AM
Labels: webmethods
|
No comments:
Post a Comment