com.pietschy.command.face
Class FaceNotFoundException

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

public class FaceNotFoundException
extends java.lang.RuntimeException

Thrown by comands when a non existant face is requested.

See Also:
Serialized Form

Constructor Summary
FaceNotFoundException(Command command, java.lang.String context)
          Creates a new instance for the specified command and face context.
 
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

FaceNotFoundException

public FaceNotFoundException(Command command,
                             java.lang.String context)
Creates a new instance for the specified command and face context.

Parameters:
command - the command
context - the face context that was requested.


Copyright © 2006 - 2007 Andrew Pietsch