sm
Class MachineAlreadyAttachedException

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

public class MachineAlreadyAttachedException
extends java.lang.Exception

An exception thrown when attempting to attach a machine to a canvas that is already attached to a canvas.

Author:
appert
See Also:
Serialized Form

Constructor Summary
MachineAlreadyAttachedException()
          Builds a MachineAlreadyAttachedException with an empty.
MachineAlreadyAttachedException(java.lang.String message)
          Builds a MachineAlreadyAttachedException 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

MachineAlreadyAttachedException

public MachineAlreadyAttachedException()
Builds a MachineAlreadyAttachedException with an empty.


MachineAlreadyAttachedException

public MachineAlreadyAttachedException(java.lang.String message)
Builds a MachineAlreadyAttachedException with a personalized message.

Parameters:
message - The message.