org.jboss.weld.environment.se.discovery.url
Class ClasspathScanningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.weld.environment.se.discovery.url.ClasspathScanningException
All Implemented Interfaces:
Serializable

public class ClasspathScanningException
extends RuntimeException

Author:
Peter Royle
See Also:
Serialized Form

Constructor Summary
ClasspathScanningException()
          Creates a new instance of ClasspathScanningException without detail message.
ClasspathScanningException(String msg)
          Constructs an instance of ClasspathScanningException with the specified detail message.
 
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

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.