sm
Class ImpossibleOperationOnDifferentCanvasException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bysm.ImpossibleOperationOnDifferentCanvasException
All Implemented Interfaces:
java.io.Serializable

public class ImpossibleOperationOnDifferentCanvasException
extends java.lang.Exception

An exception thrown when attempting to perform an operation involving shapes in different canvases that is impossible.

Author:
appert
See Also:
Serialized Form

Constructor Summary
ImpossibleOperationOnDifferentCanvasException()
          Builds an ImpossibleOperationOnDifferentCanvasException with the message: "Impossible operation on shapes that do not are in the same canvas"
ImpossibleOperationOnDifferentCanvasException(java.lang.String s)
          Builds an ImpossibleOperationOnDifferentCanvasException with a personalized message.
 
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
 

Constructor Detail

ImpossibleOperationOnDifferentCanvasException

public ImpossibleOperationOnDifferentCanvasException()
Builds an ImpossibleOperationOnDifferentCanvasException with the message: "Impossible operation on shapes that do not are in the same canvas"


ImpossibleOperationOnDifferentCanvasException

public ImpossibleOperationOnDifferentCanvasException(java.lang.String s)
Builds an ImpossibleOperationOnDifferentCanvasException with a personalized message.

Parameters:
s - The message.