org.apache.maven.shared.io.scan
Class InclusionScanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.shared.io.scan.InclusionScanException
All Implemented Interfaces:
Serializable

public class InclusionScanException
extends Exception

Version:
$Id: InclusionScanException.java 595935 2007-11-17 11:39:34Z vsiveton $
Author:
jdcasey
See Also:
Serialized Form

Constructor Summary
InclusionScanException(String message)
           
InclusionScanException(String message, Throwable cause)
           
 
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

InclusionScanException

public InclusionScanException(String message)

InclusionScanException

public InclusionScanException(String message,
                              Throwable cause)


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.