com.anwrt.hl.exception
Class AwtContainerException

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

public class AwtContainerException
extends java.lang.Exception

This exception is thrown when an error occurred in an AwtContainer. creation 7 apr. 2009

Author:
David FRANCOIS
See Also:
Serialized Form

Constructor Summary
AwtContainerException(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

AwtContainerException

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

Parameters:
message - Message of the exception.