Emulator.Exceptions
Class NegativeIdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by Emulator.Exceptions.NegativeIdException
All Implemented Interfaces:
java.io.Serializable

public class NegativeIdException
extends java.lang.Exception

********************** Created By: Yuval Tzur Date: 14/12/12 Time: 21:11 Description: This exception occurs when a negative number is given as a component ID. ***********************

See Also:
Serialized Form

Constructor Summary
NegativeIdException()
           
NegativeIdException(java.lang.String message)
           
 
Method Summary
 java.lang.String get_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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NegativeIdException

public NegativeIdException()

NegativeIdException

public NegativeIdException(java.lang.String message)
Method Detail

get_message

public java.lang.String get_message()