org.apache.avalon.tools.model
Class UnknownResourceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.tools.ant.BuildException
                  extended byorg.apache.avalon.tools.model.UnknownResourceException
All Implemented Interfaces:
Serializable

public class UnknownResourceException
extends org.apache.tools.ant.BuildException

Project info.

Version:
$Revision: 1.2 $ $Date: 2004/03/17 10:30:09 $
Author:
Avalon Development Team
See Also:
Serialized Form

Constructor Summary
UnknownResourceException(String key)
           
 
Method Summary
 String getKey()
          Return the problem key.
 
Methods inherited from class org.apache.tools.ant.BuildException
getCause, getException, getLocation, printStackTrace, printStackTrace, printStackTrace, setLocation, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownResourceException

public UnknownResourceException(String key)
Method Detail

getKey

public String getKey()
Return the problem key.