com.aspose.ocr.core.publicapi
Class AsposeLicenseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.aspose.ocr.core.publicapi.AsposeLicenseException
All Implemented Interfaces:
Serializable

public class AsposeLicenseException
extends Exception

This exception is thrown if any errors with license is detected.

See Also:
Serialized Form

Constructor Summary
AsposeLicenseException(Exception e)
           
AsposeLicenseException(String message)
           
AsposeLicenseException(String message, Exception e)
           
 
Method Summary
 String getMessage()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsposeLicenseException

public AsposeLicenseException(String message)

AsposeLicenseException

public AsposeLicenseException(String message,
                              Exception e)

AsposeLicenseException

public AsposeLicenseException(Exception e)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2011 Aspose. All Rights Reserved.