JaCIL Framework API

CompilerException Class

Base exception for any problems that may occur in JaCIL. Any component may throw a derivitive of this exception if a problem occurs.

For a list of all members of this type, see CompilerException Members.

System.Object
   System.Exception
      JaCIL.Compiler.CompilerException
         Derived types

public class CompilerException : Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: JaCIL.Compiler

Assembly: JaCIL.Compiler (in JaCIL.Compiler.dll)

See Also

CompilerException Members | JaCIL.Compiler Namespace