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 0 comments
Labels: webmethods
Subscribe to:
Posts (Atom)
outFile = new File(path);
if(outFile.exists())
throw new Exception("File "+path+" already exists.");
Posted by techgeek168 at 9:20 AM 0 comments
Labels: webmethods
|