Package com.aspose.tasks
Class ResourceValidationException
- 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.ValidationException
-
- com.aspose.tasks.ResourceValidationException
-
- All Implemented Interfaces:
Serializable
public class ResourceValidationException extends ValidationException
Represents an exception which is thrown when errors are found in resource's properties.
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourcegetResource()Gets the resource which caused the exception.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Method Detail
-
getResource
public final Resource getResource()
Gets the resource which caused the exception.
- Returns:
- the resource which caused the exception.
-
-