net.sf.ginp.config
Class NoConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.ginp.config.InvalidConfigException
              extended by net.sf.ginp.config.NoConfigException
All Implemented Interfaces:
java.io.Serializable

public class NoConfigException
extends InvalidConfigException

If there is no configuration found

Author:
Justin Sher
See Also:
Serialized Form

Constructor Summary
NoConfigException()
          Default Constructor
NoConfigException(java.lang.String message)
           
NoConfigException(java.lang.String message, java.lang.Throwable cause)
           
NoConfigException(java.lang.Throwable cause)
           
 
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

NoConfigException

public NoConfigException()
Default Constructor


NoConfigException

public NoConfigException(java.lang.String message)
Parameters:
message - error message

NoConfigException

public NoConfigException(java.lang.String message,
                         java.lang.Throwable cause)
Parameters:
message - error message
cause - source exception

NoConfigException

public NoConfigException(java.lang.Throwable cause)
Parameters:
cause - source exception


Copyright © 2004-2007 null. All Rights Reserved.