|
||||||||||
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
edu.rit.m2mp.M2MPRuntimeException
edu.rit.m2mp.M2MPInitializationException
edu.rit.m2mp.M2MPPropertyFileException
public class M2MPPropertyFileException
Class M2MPPropertyFileException indicates that initialization of the M2MP
Layer failed because the M2MP properties file could not be found or could not
be read. See class M2MPProperties
for
further information.
Constructor Summary | |
---|---|
M2MPPropertyFileException()
Construct a new M2MP property file exception with no detail message and no chained exception. |
|
M2MPPropertyFileException(String msg)
Construct a new M2MP property file exception with the given detail message and no chained exception. |
|
M2MPPropertyFileException(String msg,
Throwable exc)
Construct a new M2MP property file exception with the given detail message and the given chained exception. |
|
M2MPPropertyFileException(Throwable exc)
Construct a new M2MP property file exception with no detail message and the given chained exception. |
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 M2MPPropertyFileException()
public M2MPPropertyFileException(String msg)
msg
- Detail message.public M2MPPropertyFileException(Throwable exc)
exc
- Chained exception.public M2MPPropertyFileException(String msg, Throwable exc)
msg
- Detail message.exc
- Chained exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |