edu.rit.m2mp
Class M2MPPropertyValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.rit.m2mp.M2MPRuntimeException
                  extended by edu.rit.m2mp.M2MPInitializationException
                      extended by edu.rit.m2mp.M2MPPropertyValueException
All Implemented Interfaces:
Serializable

public class M2MPPropertyValueException
extends M2MPInitializationException

Class M2MPPropertyValueException indicates that initialization of the M2MP Layer failed because a certain property had an invalid value in the M2MP properties file. See class M2MPProperties for further information.

See Also:
Serialized Form

Constructor Summary
M2MPPropertyValueException()
          Construct a new M2MP property value exception with no detail message and no chained exception.
M2MPPropertyValueException(String msg)
          Construct a new M2MP property value exception with the given detail message and no chained exception.
M2MPPropertyValueException(String msg, Throwable exc)
          Construct a new M2MP property value exception with the given detail message and the given chained exception.
M2MPPropertyValueException(Throwable exc)
          Construct a new M2MP property value 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

M2MPPropertyValueException

public M2MPPropertyValueException()
Construct a new M2MP property value exception with no detail message and no chained exception.


M2MPPropertyValueException

public M2MPPropertyValueException(String msg)
Construct a new M2MP property value exception with the given detail message and no chained exception.

Parameters:
msg - Detail message.

M2MPPropertyValueException

public M2MPPropertyValueException(Throwable exc)
Construct a new M2MP property value exception with no detail message and the given chained exception.

Parameters:
exc - Chained exception.

M2MPPropertyValueException

public M2MPPropertyValueException(String msg,
                                  Throwable exc)
Construct a new M2MP property value exception with the given detail message and the given chained exception.

Parameters:
msg - Detail message.
exc - Chained exception.


Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.