pl.edu.pjwstk.yaod.util
Class Errors

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.util.Errors

public class Errors
extends java.lang.Object

Klasa zawierajaca wszystkie komunikaty systemu dotyczace bledow (niestety, obecnei tylko wirtualnie).

Author:
M. Lentner, raist@ertel.com.pl

Constructor Summary
Errors()
           
 
Method Summary
static void printError(int num, java.lang.String detail)
          Wyswietla blad na ekran.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Errors

public Errors()
Method Detail

printError

public static void printError(int num,
                              java.lang.String detail)
Wyswietla blad na ekran.
Parameters:
num - numer bledu.
Throws:
detail - informacje szczegolowe nt bledu.