Package net.officefloor.compile.issues
Class CompileError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- net.officefloor.compile.issues.CompileError
-
- All Implemented Interfaces:
java.io.Serializable
public class CompileError extends java.lang.Error
- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompileError(java.lang.String issueDescription)
Instantiate.
-
-
-
Constructor Detail
-
CompileError
public CompileError(java.lang.String issueDescription)
Instantiate.- Parameters:
issueDescription
- Description ofCompilerIssue
.
-
-