Package ch.qos.logback.core.spi
Class ScanException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ch.qos.logback.core.spi.ScanException
-
- All Implemented Interfaces:
java.io.Serializable
public class ScanException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Throwable
cause
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ScanException(java.lang.String msg)
ScanException(java.lang.String msg, java.lang.Throwable rootCause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
cause
java.lang.Throwable cause
-
-