org.objectweb.howl.log
Class LogConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.howl.log.LogException
              extended byorg.objectweb.howl.log.LogConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class LogConfigurationException
extends LogException

Author:
Michael Giroux
See Also:
Serialized Form

Constructor Summary
LogConfigurationException()
           
LogConfigurationException(java.lang.String s)
           
LogConfigurationException(java.lang.String s, java.lang.Throwable cause)
           
LogConfigurationException(java.lang.Throwable cause)
           
 
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

LogConfigurationException

public LogConfigurationException()

LogConfigurationException

public LogConfigurationException(java.lang.String s)

LogConfigurationException

public LogConfigurationException(java.lang.Throwable cause)

LogConfigurationException

public LogConfigurationException(java.lang.String s,
                                 java.lang.Throwable cause)


Copyright © 2003-2007 HOWL Development Team. All Rights Reserved.