gr.forth.ics.vrp.corevrp
Class RDF_Error

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gr.forth.ics.vrp.corevrp.RDF_Error
All Implemented Interfaces:
Serializable

public class RDF_Error
extends Exception

RDF_Error.java - Containing all error messages.

See Also:
Serialized Form

Constructor Summary
RDF_Error()
          Create a new RDF_Error.
 
Method Summary
 void emit_error(int kind, int number, String message, String by)
          This method is called whenever an error is found.
 void emit_warning(String message, String by)
          This method is called whenever a warning is found.
 void out(String txt)
           
 
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
 

Constructor Detail

RDF_Error

public RDF_Error()
Create a new RDF_Error.

Method Detail

out

public void out(String txt)

emit_error

public void emit_error(int kind,
                       int number,
                       String message,
                       String by)
This method is called whenever an error is found.


emit_warning

public void emit_warning(String message,
                         String by)
This method is called whenever a warning is found.