|
||||||||||
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.m2mi.M2MIRuntimeException
edu.rit.m2mi.M2MIInitializationException
edu.rit.m2mi.M2MIPropertyMissingException
public class M2MIPropertyMissingException
Class M2MIPropertyMissingException indicates that initialization of the M2MI
Layer failed because a certain property was not specified in the M2MI
properties file. See class M2MIProperties
for further information.
Constructor Summary | |
---|---|
M2MIPropertyMissingException()
Construct a new M2MI property missing exception with no detail message and no chained exception. |
|
M2MIPropertyMissingException(String msg)
Construct a new M2MI property missing exception with the given detail message and no chained exception. |
|
M2MIPropertyMissingException(String msg,
Throwable exc)
Construct a new M2MI property missing exception with the given detail message and the given chained exception. |
|
M2MIPropertyMissingException(Throwable exc)
Construct a new M2MI property missing 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 M2MIPropertyMissingException()
public M2MIPropertyMissingException(String msg)
msg
- Detail message.public M2MIPropertyMissingException(Throwable exc)
exc
- Chained exception.public M2MIPropertyMissingException(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 |