Package org.eclipse.m2m.atl.emftvm.util
Class ModuleNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.m2m.atl.emftvm.util.ModuleNotFoundException
- All Implemented Interfaces:
Serializable
Module not found.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a newModuleNotFoundException
.ModuleNotFoundException
(String message) Creates a newModuleNotFoundException
.ModuleNotFoundException
(String message, Throwable cause) Creates a newModuleNotFoundException
.ModuleNotFoundException
(Throwable cause) Creates a newModuleNotFoundException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModuleNotFoundException
public ModuleNotFoundException()Creates a newModuleNotFoundException
. -
ModuleNotFoundException
Creates a newModuleNotFoundException
.- Parameters:
message
- the error messagecause
- the nested exception
-
ModuleNotFoundException
Creates a newModuleNotFoundException
.- Parameters:
message
- the error message
-
ModuleNotFoundException
Creates a newModuleNotFoundException
.- Parameters:
cause
- the nested exception
-