com.pietschy.command
Class InvalidIdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.pietschy.command.InvalidIdException
All Implemented Interfaces:
java.io.Serializable

public class InvalidIdException
extends java.lang.RuntimeException

Thrown when commands are created with invalid ids.

See Also:
Serialized Form

Constructor Summary
InvalidIdException(java.lang.String id)
          Creates a new instance for the specified invalid id.
 
Method Summary
 
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

InvalidIdException

public InvalidIdException(java.lang.String id)
Creates a new instance for the specified invalid id.

Parameters:
id - the id that is invalid.


Copyright © 2006 - 2007 Andrew Pietsch