com.aspose.ocr.core.publicapi
Class ApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
ApplicationException
public ApplicationException(String message)
ApplicationException
public ApplicationException(String message,
Exception e)
ApplicationException
public ApplicationException(Exception e)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2011 Aspose. All Rights Reserved.