Package com.aspose.tasks
Class TasksLoggedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aspose.ms.System.Exception
-
- com.aspose.ms.System.ApplicationException
-
- com.aspose.tasks.TasksLoggedException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TasksReadingException
,TasksWritingException
public class TasksLoggedException extends com.aspose.ms.System.ApplicationException
Represents the standard internal exception type.
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLogText()
Gets the exception logging information.String
getOperation()
Gets the exception operation information.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-