com.ibm.ftt.resources.core.filevalidator
Interface IInvalidOperationException
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- InvalidOperationException
public interface IInvalidOperationException
- extends Serializable
Interface that all checked exceptions thrown by a file operation validator
must implement.
COPY_RIGHT
static final String COPY_RIGHT
getFileOperation
FileOperation getFileOperation()
- Returns:
- the operation type that was determined to be invalid
getResource
Object getResource()
- Returns:
- resource on which the operation was to be performed
getMessage
String getMessage()
- Returns:
- message describing the reason why the operation was disallowed
getThrowable
Throwable getThrowable()
- Returns:
- exception that occurred during the validation, or null if none
isWarning
boolean isWarning()
- Returns:
- true if this exception should be treated as a warning by the exception handlers