com.tomgibara.pronto.config
Class ProntoConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.tomgibara.pronto.core.ProntoException
                  extended by com.tomgibara.pronto.config.ProntoConfigException
All Implemented Interfaces:
java.io.Serializable

public class ProntoConfigException
extends com.tomgibara.pronto.core.ProntoException

Instances of this exception are thrown when a Config encounters a problem satisfying a configuration property request in any form.

Author:
Tom Gibara
See Also:
Serialized Form

Constructor Summary
ProntoConfigException()
          Construct a new ProntoConfigException.
ProntoConfigException(java.lang.String message)
          Construct a new ProntoConfigException.
ProntoConfigException(java.lang.String message, java.lang.Throwable cause)
          Construct a new ProntoConfigException.
ProntoConfigException(java.lang.Throwable cause)
          Construct a new ProntoConfigException.
 
Method Summary
 
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

ProntoConfigException

public ProntoConfigException()
Construct a new ProntoConfigException.


ProntoConfigException

public ProntoConfigException(java.lang.String message,
                             java.lang.Throwable cause)
Construct a new ProntoConfigException.

Parameters:
message - the message of the exception
cause - the throwable that caused the exception

ProntoConfigException

public ProntoConfigException(java.lang.String message)
Construct a new ProntoConfigException.

Parameters:
message - the message of the exception

ProntoConfigException

public ProntoConfigException(java.lang.Throwable cause)
Construct a new ProntoConfigException.

Parameters:
cause - the throwable that caused the exception


Copyright © 2006-2007 Tom Gibara. All Rights Reserved.