dspl.frontend
Class SymbolicException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by dspl.frontend.SymbolicException
All Implemented Interfaces:
java.io.Serializable

public class SymbolicException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
private  java.lang.String errMsg
           
private static long serialVersionUID
           
private  Variable var
           
 
Constructor Summary
SymbolicException(Variable v, java.lang.String err)
           
 
Method Summary
static java.lang.String generateErrorMessage(Variable v, java.lang.String message)
           
 void printMessage()
           
 
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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

errMsg

private java.lang.String errMsg

var

private Variable var
Constructor Detail

SymbolicException

public SymbolicException(Variable v,
                         java.lang.String err)
Method Detail

generateErrorMessage

public static java.lang.String generateErrorMessage(Variable v,
                                                    java.lang.String message)

printMessage

public void printMessage()