ch.qos.logback.core.util
Class DynamicClassLoadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.qos.logback.core.util.DynamicClassLoadingException
All Implemented Interfaces:
Serializable

public class DynamicClassLoadingException
extends Exception

See Also:
Serialized Form

Constructor Summary
DynamicClassLoadingException(String desc, Throwable root)
           
 
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

DynamicClassLoadingException

public DynamicClassLoadingException(String desc,
                                    Throwable root)


Copyright © 2005-2012 QOS.ch. All Rights Reserved.