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

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.JPConsumerConfigException
All Implemented Interfaces:
Serializable

public class JPConsumerConfigException
extends JPConfigException

This exception class defines the exception would be occuried when smth wrong with the consumer 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
JPConsumerConfigException()
          The default public constructor
JPConsumerConfigException(String message)
          One of the public constructor
JPConsumerConfigException(String message, Throwable cause)
          One of the public constructors
JPConsumerConfigException(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

JPConsumerConfigException

public JPConsumerConfigException()
The default public constructor


JPConsumerConfigException

public JPConsumerConfigException(String message)
One of the public constructor

Parameters:
message - the message param

JPConsumerConfigException

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

Parameters:
message - message param
cause - param

JPConsumerConfigException

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

Parameters:
cause - the throwable param


Copyright © 2007 jzmicer.team. All Rights Reserved.