Package ru.ispras.microtesk.test
Class GenerationAbortedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ru.ispras.microtesk.test.GenerationAbortedException
-
- All Implemented Interfaces:
java.io.Serializable
public final class GenerationAbortedException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenerationAbortedException(java.lang.String message)
GenerationAbortedException(java.lang.String message, java.lang.Throwable cause)
GenerationAbortedException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
GenerationAbortedException
public GenerationAbortedException(java.lang.String message)
-
GenerationAbortedException
public GenerationAbortedException(java.lang.Throwable cause)
-
GenerationAbortedException
public GenerationAbortedException(java.lang.String message, java.lang.Throwable cause)
-
-