org.apache.cocoon.components.flow.apples
Class AppleNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.cocoon.components.flow.apples.AppleNotFoundException
All Implemented Interfaces:
Serializable

public class AppleNotFoundException
extends Exception

Throw this exception, if an Apple can't be looked up.

See Also:
Serialized Form

Constructor Summary
AppleNotFoundException(String message)
           
AppleNotFoundException(String message, Throwable t)
           
 
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

AppleNotFoundException

public AppleNotFoundException(String message)

AppleNotFoundException

public AppleNotFoundException(String message,
                              Throwable t)


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.