coins
Class CompileError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycoins.CompileError
All Implemented Interfaces:
java.io.Serializable

public class CompileError
extends java.lang.RuntimeException

CompileError: Exception for error processing. As for warning, use warning method in Root.

See Also:
Serialized Form

Field Summary
(package private)  int fErrorLevel
           
(package private)  int fErrorNumber
           
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
CompileError()
           
CompileError(int pErrorNumber, java.lang.String pMessage)
           
CompileError(java.lang.String pMessage)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fErrorLevel

int fErrorLevel

fErrorNumber

int fErrorNumber
Constructor Detail

CompileError

public CompileError(int pErrorNumber,
                    java.lang.String pMessage)

CompileError

public CompileError(java.lang.String pMessage)

CompileError

public CompileError()