Class CompilerNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.m2m.atl.engine.compiler.CompilerNotFoundException
- All Implemented Interfaces:
Serializable
Compiler not found exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionCompilerNotFoundException
(String message) Creates a CompilerNotFoundException with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CompilerNotFoundException
Creates a CompilerNotFoundException with the given message.- Parameters:
message
- the error message
-