Click or drag to resize

CompilerErrorFactory Class

This class factory creates instance of class CompilerError.
Inheritance Hierarchy
SystemObject
  Syntactik.CompilerCompilerErrorFactory

Namespace:  Syntactik.Compiler
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public static class CompilerErrorFactory

The CompilerErrorFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFatalError(Exception)
Creates a fatal error.
Public methodStatic memberFatalError(Exception, String)
Creates a fatal error.
Public methodStatic memberInputError
Creates input/output related error.
Top
See Also