com.anwrt.hl.exception
Class AwtException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.anwrt.hl.exception.AwtException
All Implemented Interfaces:
java.io.Serializable

public class AwtException
extends java.lang.Exception

AwtException class.
creation 7 avr. 2009

Author:
David FRANCOIS
See Also:
Serialized Form

Constructor Summary
AwtException(java.lang.String message)
          Default constructor
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AwtException

public AwtException(java.lang.String message)
Default constructor

Parameters:
message - Message of the exception.