net.sf.ext.entagged.libraries.exceptions
Class WarningException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.ext.entagged.libraries.exceptions.WarningException
All Implemented Interfaces:
java.io.Serializable

public class WarningException
extends java.lang.Exception

$Id: WarningException.java,v 1.1 2004/09/17 07:15:36 rwaals Exp $

Version:
22 janvier 2004
Author:
Raphael Slinckx (KiKiDonK)
See Also:
Serialized Form

Constructor Summary
WarningException()
           
WarningException(java.lang.Object obj)
           
WarningException(java.lang.String message)
           
WarningException(java.lang.String message, java.lang.Object obj)
           
 
Method Summary
 java.lang.Object getObject()
           
 
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

WarningException

public WarningException(java.lang.String message)

WarningException

public WarningException()

WarningException

public WarningException(java.lang.String message,
                        java.lang.Object obj)

WarningException

public WarningException(java.lang.Object obj)
Method Detail

getObject

public java.lang.Object getObject()