|
||||||||||
| 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.JPConfigException
public class JPConfigException
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.
| 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 |
|---|
public JPConfigException()
public JPConfigException(String message)
message - the message param
public JPConfigException(String message,
Throwable cause)
message - message paramcause - parampublic JPConfigException(Throwable cause)
cause - the throwable param
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||