org.fuin.kickstart4j
Class InvalidConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fuin.kickstart4j.InvalidConfigException
All Implemented Interfaces:
Serializable

public final class InvalidConfigException
extends Exception

A configuration is invalid.

See Also:
Serialized Form

Constructor Summary
InvalidConfigException(String msg)
          Constructor with message.
InvalidConfigException(URL url, Throwable cause)
          Constructor with URL and 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

InvalidConfigException

public InvalidConfigException(String msg)
Constructor with message.

Parameters:
msg - Message.

InvalidConfigException

public InvalidConfigException(URL url,
                              Throwable cause)
Constructor with URL and cause.

Parameters:
url - URL with the XML config.
cause - Cause for the problem.


Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.