com.ibm.ftt.properties.local
Class IllegalResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ftt.properties.local.IllegalResourceException
All Implemented Interfaces:
Serializable

public class IllegalResourceException
extends Exception

This exception is thrown by the local property set manager when an IResource is used, but it does not belong to a local COBOL or PL/I project.

See Also:
Serialized Form

Field Summary
static String COPY_RIGHT
           
 
Constructor Summary
IllegalResourceException(org.eclipse.core.resources.IResource resource)
           
 
Method Summary
 org.eclipse.core.resources.IResource getResource()
           
 

Field Detail

COPY_RIGHT

public static final String COPY_RIGHT
See Also:
Constant Field Values
Constructor Detail

IllegalResourceException

public IllegalResourceException(org.eclipse.core.resources.IResource resource)
Method Detail

getResource

public org.eclipse.core.resources.IResource getResource()