consciouscode.seedling.config
Class ConfigLoadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by consciouscode.seedling.SeedlingException
              extended by consciouscode.seedling.config.ConfigLoadingException
All Implemented Interfaces:
Serializable

public class ConfigLoadingException
extends SeedlingException

An error encountered when loading a configuration resource.

See Also:
Serialized Form

Constructor Summary
ConfigLoadingException(String resourceIdentifier, String reason)
           
ConfigLoadingException(String resourceIdentifier, String reason, Throwable cause)
           
 
Method Summary
 String getMessage()
           
 String getResourceIdentifier()
           
 
Methods inherited from class consciouscode.seedling.SeedlingException
getReason, renderReasonAndCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ConfigLoadingException

public ConfigLoadingException(String resourceIdentifier,
                              String reason)

ConfigLoadingException

public ConfigLoadingException(String resourceIdentifier,
                              String reason,
                              Throwable cause)
Method Detail

getResourceIdentifier

public String getResourceIdentifier()

getMessage

public String getMessage()
Overrides:
getMessage in class SeedlingException


Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.