Package de.unirostock.sems.bives
Class Main.ExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.unirostock.sems.bives.Main.ExecutionException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Main
public static class Main.ExecutionException extends Exception
The Class ExecutionException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutionException(String msg)
Instantiates a new execution exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExecutionException
public ExecutionException(String msg)
Instantiates a new execution exception.- Parameters:
msg
- the msg
-
-