com.aspose.barcode
Class BarCodeException

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

public class BarCodeException
extends java.lang.Exception

General exceptions for barcode generation and recognition

See Also:
Serialized Form

Constructor Summary
BarCodeException()
          Constructs x BarCodeException with general error messages
BarCodeException(java.lang.String errorMessage)
          Constructs x BarCodeException with custom error message.
 
Method Summary
 java.lang.String toString()
          Converts BarCodeException to x String message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BarCodeException

public BarCodeException()
Constructs x BarCodeException with general error messages


BarCodeException

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

Parameters:
errorMessage - of String
Method Detail

toString

public java.lang.String toString()
Converts BarCodeException to x String message.