org.softevo.ample
Class JUnitSupportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.softevo.ample.JUnitSupportException
All Implemented Interfaces:
java.io.Serializable

public class JUnitSupportException
extends java.lang.Exception

Exception class representing an error occuring while gathering information about the JUnit support in Eclipse.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
          Serial version class unique identifier.
 
Constructor Summary
JUnitSupportException()
          Initializes a new instance of JUnitSupportException.
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Serial version class unique identifier.

See Also:
Constant Field Values
Constructor Detail

JUnitSupportException

public JUnitSupportException()
Initializes a new instance of JUnitSupportException.