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:
Serializable
Direct Known Subclasses:
InvalidCodeException, RecognitionException

public class BarCodeException
extends RuntimeException

Represents the exception for creating barcode image.

See Also:
Serialized Form

Constructor Summary
BarCodeException()
           Initilize an instance of BarCodeExceptionBarCodeException class
BarCodeException(String message)
           Initilize an instance of BarCodeExceptionBarCodeException class with specified error message.
BarCodeException(String message, RuntimeException 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BarCodeException

public BarCodeException()

Initilize an instance of BarCodeExceptionBarCodeException class


BarCodeException

public BarCodeException(String message)

Initilize an instance of BarCodeExceptionBarCodeException class with specified error message.

Parameters:
message - The error message of the exception.

BarCodeException

public BarCodeException(String message,
                        RuntimeException 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.


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.