public class ClasspathScanningException extends RuntimeException
| Constructor and Description |
|---|
ClasspathScanningException()
Creates a new instance of
ClasspathScanningException without detail message. |
ClasspathScanningException(String msg)
Constructs an instance of
ClasspathScanningException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClasspathScanningException()
ClasspathScanningException without detail message.public ClasspathScanningException(String msg)
ClasspathScanningException with the specified detail message.msg - the detail message.Copyright © 2013 Seam Framework. All Rights Reserved.