org.chwf.resources
Class ResourceInitException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.chwf.i18n.RuntimeMessageException
                          |
                          +--org.chwf.resources.ResourceInitException
All Implemented Interfaces:
java.io.Serializable

public class ResourceInitException
extends RuntimeMessageException

Exception for resource initialization related errors.

Author:
Paul Strack
See Also:
Serialized Form

Constructor Summary
ResourceInitException(java.lang.String key)
          Constructor.
ResourceInitException(java.lang.String key, java.lang.Object[] arguments)
          Constructor.
 
Methods inherited from class org.chwf.i18n.RuntimeMessageException
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceInitException

public ResourceInitException(java.lang.String key,
                             java.lang.Object[] arguments)
Constructor.
Parameters:
key - The key used for message lookup. If lookup fails, the key is used as the message pattern, following the rules of MessageFormat
arguments - The arguments for the pattern.

ResourceInitException

public ResourceInitException(java.lang.String key)
Constructor.
Parameters:
key - The key used for message lookup. If lookup fails, the key is used as the message pattern, following the rules of MessageFormat


Copyright © 2002-2004, Paul Strack. All Rights Reserved.