TasksLoggedException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.tasks.exceptions.Exception, com.aspose.tasks.exceptions.ApplicationException

public class TasksLoggedException extends com.aspose.tasks.exceptions.ApplicationException

Represents the standard internal exception type.

Methods

MethodDescription
getLogText()Gets the exception logging information.
getOperation()Gets the exception operation information.

getLogText()

public final String getLogText()

Gets the exception logging information.

Returns: java.lang.String - the exception logging information.

getOperation()

public final String getOperation()

Gets the exception operation information.

Returns: java.lang.String - the exception operation information.