org.fuin.kickstart4j
Class InvalidConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fuin.kickstart4j.InvalidConfigException
- All Implemented Interfaces:
- Serializable
public final class InvalidConfigException
- extends Exception
A configuration is invalid.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.