com.virtuosotechnologies.asaph.modelutils
Class CannotPasteException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.virtuosotechnologies.asaph.modelutils.CannotPasteException
- All Implemented Interfaces: 
 - Serializable
 
- public class CannotPasteException
- extends Exception
  
Can't paste because the transferable doesn't provide a suitable flavor
- See Also:
 - Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
CannotPasteException
public CannotPasteException()
CannotPasteException
public CannotPasteException(String message)
CannotPasteException
public CannotPasteException(Throwable cause)
CannotPasteException
public CannotPasteException(String message,
                            Throwable cause)