com.dtrules.compiler.decisiontables
Class CompileError

java.lang.Object
  extended by com.dtrules.compiler.decisiontables.CompileError

public class CompileError
extends Object

A simple class, really just a structure, for collecting information about reported errors as we compile a set of decision tables.

Author:
Paul Snow

Field Summary
 String filename
           
 String info
           
 int lineNumber
           
 String message
           
 String source
           
 String tablename
           
 ArrayList<String> tokens
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tablename

public String tablename

filename

public String filename

source

public String source

message

public String message

lineNumber

public int lineNumber

info

public String info

tokens

public ArrayList<String> tokens


Copyright © 2011 DTrules Inc. All Rights Reserved.