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(IResource resource)
           
 
Method Summary
 IResource getResource()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPY_RIGHT

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

IllegalResourceException

public IllegalResourceException(IResource resource)
Method Detail

getResource

public IResource getResource()