Package org.junit.experimental.max
Class CouldNotReadCoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.junit.experimental.max.CouldNotReadCoreException
-
- All Implemented Interfaces:
Serializable
public class CouldNotReadCoreException extends Exception
Thrown when Max cannot read the MaxCore serialization- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CouldNotReadCoreException(Throwable e)
Constructs
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CouldNotReadCoreException
public CouldNotReadCoreException(Throwable e)
Constructs
-
-