patterntesting.runtime.junit.internal
Class ModelInitializationError

Package class diagram package ModelInitializationError
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.junit.runners.model.InitializationError
              extended by patterntesting.runtime.junit.internal.ModelInitializationError
All Implemented Interfaces:
Serializable

public class ModelInitializationError
extends org.junit.runners.model.InitializationError

This error introduced for the support of JUnit 4.7 because in this version the used constructor is missing.

Since:
1.2.20 (19.04.2012)
Author:
oliver (ob@aosd.de)
See Also:
Serialized Form

Constructor Summary
ModelInitializationError(Throwable error)
          Instantiates a new model initialization error.
 
Method Summary
 
Methods inherited from class org.junit.runners.model.InitializationError
getCauses
 
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

ModelInitializationError

public ModelInitializationError(Throwable error)
Instantiates a new model initialization error.

Parameters:
error - the error


Copyright © 2002–2014 PatternTesting Team. All rights reserved.