com.pushtotest.tool.dpl
Class DPLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pushtotest.tool.dpl.DPLException
All Implemented Interfaces:
java.io.Serializable

public class DPLException
extends java.lang.Exception

This class is used to throw exceptions generated by the dpl clases

See Also:
Serialized Form

Constructor Summary
DPLException()
          Creates a new instance of DPLException
DPLException(java.lang.Exception problem)
           
DPLException(java.lang.String problem)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DPLException

public DPLException()
Creates a new instance of DPLException


DPLException

public DPLException(java.lang.String problem)

DPLException

public DPLException(java.lang.Exception problem)