de.hillenbrand.jedi.compiler
Class UnprocessableCompileError

java.lang.Object
  extended byde.hillenbrand.jedi.compiler.CompileError
      extended byde.hillenbrand.jedi.compiler.UnprocessableCompileError

public class UnprocessableCompileError
extends CompileError


Field Summary
 
Fields inherited from class de.hillenbrand.jedi.compiler.CompileError
additionalInfo, errClass, errColumn, errLine, errMethod, errPackage, errText, errType, sourceText
 
Constructor Summary
UnprocessableCompileError()
           
 
Methods inherited from class de.hillenbrand.jedi.compiler.CompileError
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnprocessableCompileError

public UnprocessableCompileError()