throws DeploymentException
{
String file = new File(sdi.url.getFile()).toString();
if (file.endsWith("xee"))
{
throw new DeploymentException("DeploymentException in undeploy");
} // end of if ()
if (file.endsWith("xff"))
{
throw new NullPointerException("NullPointerException in undeploy");
} // end of if ()