de.smartics.testdoc.collect.extractor
Class ExtractorException

Package class diagram package ExtractorException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.smartics.testdoc.collect.extractor.ExtractorException
All Implemented Interfaces:
Serializable

public class ExtractorException
     
     
extends RuntimeException

Signals that the extactor cannot extract the test documentation information.

Author:
Robert Reiner
See Also:
Serialized Form

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

ExtractorException

public ExtractorException(String message)
Constructor.

Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
See Also:
RuntimeException.RuntimeException(java.lang.String)

ExtractorException

public ExtractorException(Throwable cause)
Constructor.

Parameters:
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
See Also:
RuntimeException.RuntimeException(java.lang.Throwable)

ExtractorException

public ExtractorException(String message,
                          Throwable cause)
Constructor.

Parameters:
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
See Also:
RuntimeException.RuntimeException(java.lang.String,java.lang.Throwable)


Copyright © 2010-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.