edu.cs.ai.kreator.exceptions
Class KreatorScriptParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.cs.ai.kreator.exceptions.KreatorException
              extended by edu.cs.ai.kreator.exceptions.KreatorScriptParsingException
All Implemented Interfaces:
java.io.Serializable

public class KreatorScriptParsingException
extends KreatorException

See Also:
Serialized Form

Field Summary
static org.apache.log4j.Logger LOG
           
 
Constructor Summary
KreatorScriptParsingException(java.io.File krscFile, java.lang.Throwable cause)
           
KreatorScriptParsingException(java.lang.String krscLine, java.lang.Throwable cause)
           
 
Method Summary
 
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

LOG

public static final org.apache.log4j.Logger LOG
Constructor Detail

KreatorScriptParsingException

public KreatorScriptParsingException(java.lang.String krscLine,
                                     java.lang.Throwable cause)

KreatorScriptParsingException

public KreatorScriptParsingException(java.io.File krscFile,
                                     java.lang.Throwable cause)