junitx.ddtunit.util
Class ClassAnalyserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by junitx.ddtunit.util.ClassAnalyserException
All Implemented Interfaces:
Serializable

public class ClassAnalyserException
extends RuntimeException

Exception class for @see ClassAnalyser&. No special functionality

Author:
jgellien
See Also:
Serialized Form

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

ClassAnalyserException

public ClassAnalyserException()

ClassAnalyserException

public ClassAnalyserException(Throwable prevThrowable)
Parameters:
prevThrowable -

ClassAnalyserException

public ClassAnalyserException(String message,
                              Throwable prevThrowable)
Parameters:
message -
prevThrowable -

ClassAnalyserException

public ClassAnalyserException(String message)
Parameters:
message -


Copyright © 2004-2011. All Rights Reserved.