jason.core
Class Trace

java.lang.Object
  |
  +--jason.core.Trace

public final class Trace
extends java.lang.Object

Class for sending error message on the console

Since:
1.0

Constructor Summary
Trace()
           
 
Method Summary
static void parsingError(java.lang.String file, org.xml.sax.SAXParseException exception)
          Error when parsing the configuration file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Trace

public Trace()
Method Detail

parsingError

public static void parsingError(java.lang.String file,
                                org.xml.sax.SAXParseException exception)
Error when parsing the configuration file