com.aspose.barcode
Class BarCodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.aspose.barcode.BarCodeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidCodeTextException, PleaseReportException

public class BarCodeException
extends java.lang.RuntimeException

General exceptions for barcode generation and recognition

See Also:
Serialized Form

Constructor Summary
BarCodeException()
          Constructs BarCodeException with general error messages
BarCodeException(java.lang.String errorMessage)
          Constructs BarCodeException with custom error message.
 
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()
Constructs BarCodeException with general error messages


BarCodeException

public BarCodeException(java.lang.String errorMessage)
Constructs BarCodeException with custom error message.

Parameters:
errorMessage - of String