com.virtuosotechnologies.asaph.modelutils
Class CannotPasteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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

Constructor Summary
CannotPasteException()
           
CannotPasteException(String message)
           
CannotPasteException(String message, Throwable cause)
           
CannotPasteException(Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CannotPasteException

public CannotPasteException()

CannotPasteException

public CannotPasteException(String message)

CannotPasteException

public CannotPasteException(Throwable cause)

CannotPasteException

public CannotPasteException(String message,
                            Throwable cause)