org.simoes.lpd.exception
Class LPDException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.simoes.lpd.exception.LPDException
All Implemented Interfaces:
java.io.Serializable

public class LPDException
extends java.lang.Exception

The general exception for our LPD project.

Author:
Chris Simoes
See Also:
Serialized Form

Constructor Summary
LPDException()
           
LPDException(java.lang.String msg)
           
LPDException(java.lang.String msg, java.lang.Throwable t)
           
LPDException(java.lang.Throwable t)
           
 
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

LPDException

public LPDException()

LPDException

public LPDException(java.lang.String msg)

LPDException

public LPDException(java.lang.String msg,
                    java.lang.Throwable t)

LPDException

public LPDException(java.lang.Throwable t)