org.ops4j.pax.scanner
Class ScannerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ops4j.pax.scanner.ScannerException
All Implemented Interfaces:
java.io.Serializable

public class ScannerException
extends java.lang.Exception

Thrown to indicate that an exception occured durring scanning.

Since:
August 17, 2007
Author:
Alin Dreghiciu
See Also:
Serialized Form

Constructor Summary
ScannerException(java.lang.String message)
           
ScannerException(java.lang.String message, java.lang.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

ScannerException

public ScannerException(java.lang.String message)
Parameters:
message - The exception message.
See Also:
Exception.Exception(String)

ScannerException

public ScannerException(java.lang.String message,
                        java.lang.Throwable cause)
Parameters:
message - The exception message.
cause - The originial cause of the exception.
See Also:
Exception.Exception(String,Throwable)


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.