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.


Field Summary
static String COPY_RIGHT
           
 
Method Summary
 FileOperation getFileOperation()
           
 String getMessage()
           
 Object getResource()
           
 Throwable getThrowable()
           
 boolean isWarning()
           
 

Field Detail

COPY_RIGHT

static final String COPY_RIGHT
Method Detail

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