com.aspose.ocr.core.publicapi
Class ApplicationException

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

public class ApplicationException
extends Exception

Applied to an exception to denote that it is an application exception and should be reported to the client directly

See Also:
Serialized Form

Constructor Summary
ApplicationException(Exception e)
           
ApplicationException(String message)
           
ApplicationException(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

ApplicationException

public ApplicationException(String message)

ApplicationException

public ApplicationException(String message,
                            Exception e)

ApplicationException

public ApplicationException(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.