palio.modules.barcode
Class BarCodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by palio.modules.barcode.BarCodeException
All Implemented Interfaces:
java.io.Serializable

public class BarCodeException
extends java.lang.Exception

Klasa BarCodeException reprezentuje wyjątki związane z tworzeniem obrazków z kodem kreskowym.

Version:
1.0, 04/11/08
Author:
Krzysztof Luszynski
See Also:
Serialized Form

Constructor Summary
BarCodeException(java.lang.String message)
          Konstruktor klasy BarCodeException.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BarCodeException

public BarCodeException(java.lang.String message)
Konstruktor klasy BarCodeException.

Parameters:
message - parametr typu String, tekst wiadomości.