io.sarl.lang.compiler.batch
Class InvalidSarlBatchCompilerError
All Superinterfaces:
java.io.Serializable
class InvalidSarlBatchCompilerError
extends java.lang.Object
Exception that is thrown when the SARL batch compiler cannot be created.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
batchcompiler
Since:
0.12
Constructor Summary
Constructor and description
new
Constructor with the standard error message.
new(Throwable)
Constructor with the standard error message and a cause.
Constructor Details
new
new
Constructor with the standard error message.
new(Throwable)
new(Throwable)
Constructor with the standard error message and a cause.
Parameters:
cause - the cause of the exception.