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

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

public class JPInitializationException
extends JPException

This exception appear in the cases smth. wrong with initialization of JPatterns framework took place (invalid value of some properties defined implementation, absence of the XML configuration file with the "factories" for the internal uses etc). $Author:: zmicer $
$Rev:: 67 $
* $Date:: 2007-08-28 21:37:07 #$
$Date:: 2007-08-28 21:37:07 #$

See Also:
Serialized Form

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

JPInitializationException

public JPInitializationException()
The default public constructor


JPInitializationException

public JPInitializationException(String message)
One of the public constructor

Parameters:
message - the message param

JPInitializationException

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

Parameters:
message - message param
cause - param

JPInitializationException

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

Parameters:
cause - the throwable param


Copyright © 2007 jzmicer.team. All Rights Reserved.