massim.framework.util
Class InvalidConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by massim.framework.util.InvalidConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidConfigurationException
extends java.lang.Exception

This exception is thrown whenever some error in configuration is detected.

See Also:
Serialized Form

Constructor Summary
InvalidConfigurationException()
           
InvalidConfigurationException(java.lang.Exception e)
           
InvalidConfigurationException(java.lang.String message)
           
 
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

InvalidConfigurationException

public InvalidConfigurationException()

InvalidConfigurationException

public InvalidConfigurationException(java.lang.String message)

InvalidConfigurationException

public InvalidConfigurationException(java.lang.Exception e)


Copyright © 2012. All Rights Reserved.