org.jboss.weld.environment.se.discovery.url
Class ClasspathScanningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.weld.environment.se.discovery.url.ClasspathScanningException
- All Implemented Interfaces:
- Serializable
public class ClasspathScanningException
- extends RuntimeException
- Author:
- Peter Royle
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ClasspathScanningException
public ClasspathScanningException()
- Creates a new instance of
ClasspathScanningException
without detail message.
ClasspathScanningException
public ClasspathScanningException(String msg)
- Constructs an instance of
ClasspathScanningException
with the specified detail message.
- Parameters:
msg
- the detail message.
Copyright © 2013 Seam Framework. All Rights Reserved.