com.aspose.barcode
Class BarCodeException

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

public class BarCodeException
extends java.lang.Exception

general exceptions

See Also:
Serialized Form

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


BarCodeException

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

Parameters:
errorMessage - String
Method Detail

toString

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

Overrides:
toString in class java.lang.Throwable