org.extex.scanner.stream.exception
Class MissingResourceFinderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.extex.framework.configuration.exception.ConfigurationException
                  extended by org.extex.scanner.stream.exception.MissingResourceFinderException
All Implemented Interfaces:
java.io.Serializable

public class MissingResourceFinderException
extends ConfigurationException

This Exception is thrown when no file finder has been provided before it is needed.

Version:
$Revision: 4726 $
Author:
Gerd Neugebauer
See Also:
Serialized Form

Field Summary
protected static long serialVersionUID
          The constant serialVersionUID contains the id for serialization.
 
Constructor Summary
MissingResourceFinderException(java.lang.String aMessage)
          Create a new object.
 
Method Summary
 java.lang.String getLocalizedMessage()
          Getter for the text prefix of this ConfigException.
 
Methods inherited from class org.extex.framework.configuration.exception.ConfigurationException
getLocalizer, getSource, getText
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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
 

Field Detail

serialVersionUID

protected static final long serialVersionUID
The constant serialVersionUID contains the id for serialization.

See Also:
Constant Field Values
Constructor Detail

MissingResourceFinderException

public MissingResourceFinderException(java.lang.String aMessage)
Create a new object.

Parameters:
aMessage - the message string
Method Detail

getLocalizedMessage

public java.lang.String getLocalizedMessage()
Getter for the text prefix of this ConfigException.

Overrides:
getLocalizedMessage in class ConfigurationException
Returns:
the text