ShrinkWrap Resolver API 2.0.0-alpha-3

org.jboss.shrinkwrap.resolver.api
Class InvalidConfigurationFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.shrinkwrap.resolver.api.InvalidConfigurationFileException
All Implemented Interfaces:
Serializable

public class InvalidConfigurationFileException
extends RuntimeException

Indicates that a configuration file is not valid or is not in expected format

Author:
Karel Piwko
See Also:
Serialized Form

Constructor Summary
InvalidConfigurationFileException(String message)
          Creates a new instance
 
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

InvalidConfigurationFileException

public InvalidConfigurationFileException(String message)
Creates a new instance

Parameters:
message -

ShrinkWrap Resolver API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.