|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sourceforge.jpatterns.core.JPException
com.sourceforge.jpatterns.core.configuration.exceptions.JPInitializationException
public class JPInitializationException
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 #$
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 |
---|
public JPInitializationException()
public JPInitializationException(String message)
message
- the message parampublic JPInitializationException(String message, Throwable cause)
message
- message paramcause
- parampublic JPInitializationException(Throwable cause)
cause
- the throwable param
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |