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