com.sourceforge.jpatterns.core.configuration.exceptions
Class JPFrameworkConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sourceforge.jpatterns.core.JPException
                  extended by com.sourceforge.jpatterns.core.configuration.exceptions.JPConfigException
                      extended by com.sourceforge.jpatterns.core.configuration.exceptions.JPFrameworkConfigException
All Implemented Interfaces:
Serializable

public class JPFrameworkConfigException
extends JPConfigException

This exception class defines the exception would be occuried when smth wrong with the framework configuration (framework can not find the specified pattern using the path provided by the user, or e.g. some invalid format of the consumer configuration is found) $Author:: $
$Rev:: $
$Date:: $

See Also:
Serialized Form

Constructor Summary
JPFrameworkConfigException()
          The default public constructor
JPFrameworkConfigException(String message)
          One of the public constructor
JPFrameworkConfigException(String message, Throwable cause)
          One of the public constructors
JPFrameworkConfigException(Throwable cause)
          One of the forms of the public construtor
 
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

JPFrameworkConfigException

public JPFrameworkConfigException()
The default public constructor


JPFrameworkConfigException

public JPFrameworkConfigException(String message)
One of the public constructor

Parameters:
message - the message param

JPFrameworkConfigException

public JPFrameworkConfigException(String message,
                                  Throwable cause)
One of the public constructors

Parameters:
message - message param
cause - param

JPFrameworkConfigException

public JPFrameworkConfigException(Throwable cause)
One of the forms of the public construtor

Parameters:
cause - the throwable param


Copyright © 2007 jzmicer.team. All Rights Reserved.