com.ephox.apache.commons.logging
Class LogConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ephox.apache.commons.logging.LogConfigurationException
All Implemented Interfaces:
Serializable

public class LogConfigurationException
extends RuntimeException

An exception that is thrown only if a suitable LogFactory or Log instance cannot be created by the corresponding factory methods. Used by the Ephox-namespaced Apache Commons logging API.

See Also:
Serialized Form

Constructor Summary
LogConfigurationException(String message, Throwable cause)
          Construct a new exception with the specified detail message and cause.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogConfigurationException

public LogConfigurationException(String message,
                                 Throwable cause)
Construct a new exception with the specified detail message and cause.

Parameters:
message - The detail message
cause - The underlying cause

Copyright (c) 2005-2012 Ephox Pty Ltd. All rights reserved.