ch.qos.logback.core.spi
Class ScanException

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

public class ScanException
extends Exception

See Also:
Serialized Form

Constructor Summary
ScanException(String msg)
           
ScanException(String msg, Throwable rootCause)
           
 
Method Summary
 Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ScanException

public ScanException(String msg)

ScanException

public ScanException(String msg,
                     Throwable rootCause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable


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