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

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JPConsumerConfigException, JPFrameworkConfigException

public class JPConfigException
extends JPException

This exception signs that JPatterns configuration is formed incorrectly and it doesn't matter which type caused this: consumer & framework. Please be noticed there are two more exceptions which are the childs of this exception: com.sourceforge.jpatterns.core.configuration.exceptions.JPConsumerConfigException and com.sourceforge.jpatterns.core.configuration.exceptions.JPFrameworkConfigException $Author:: zmicer $
$Rev:: 67 $
$Date:: 2007-08-28 21:37:07 #$
note [zmicer]: seems to be it is deprecated, think if we should use it.

See Also:
Serialized Form

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

JPConfigException

public JPConfigException()
The default public constructor


JPConfigException

public JPConfigException(String message)
One of the public constructor

Parameters:
message - the message param

JPConfigException

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

Parameters:
message - message param
cause - param

JPConfigException

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

Parameters:
cause - the throwable param


Copyright © 2007 jzmicer.team. All Rights Reserved.