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:
InvalidCodeException

public class BarCodeException
extends java.lang.Exception

Represents the exception for creating com.aspose.barcode image.

See Also:
Serialized Form

Constructor Summary
BarCodeException()
           Initilize an instance of BarCodeExceptionBarCodeException class
BarCodeException(java.lang.String message)
           Initilize an instance of BarCodeExceptionBarCodeException class with specified error message.
BarCodeException(java.lang.String message, java.lang.Exception innerException)
           Initilize an instance of BarCodeExceptionBarCodeException class with the specified error message and the current exception.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BarCodeException

public BarCodeException()

Initilize an instance of BarCodeExceptionBarCodeException class


BarCodeException

public BarCodeException(java.lang.String message)

Initilize an instance of BarCodeExceptionBarCodeException class with specified error message.

Parameters:
message - The error message of the exception.

BarCodeException

public BarCodeException(java.lang.String message,
                        java.lang.Exception innerException)

Initilize an instance of BarCodeExceptionBarCodeException class with the specified error message and the current exception.

Parameters:
message - The error message of the exception.
innerException - The current exception is thrown.