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. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RDF_Error
public RDF_Error()
- Create a new RDF_Error.
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.