edu.rit.m2mi
Class M2MIPropertyFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.rit.m2mi.M2MIRuntimeException
                  extended by edu.rit.m2mi.M2MIInitializationException
                      extended by edu.rit.m2mi.M2MIPropertyFileException
All Implemented Interfaces:
Serializable

public class M2MIPropertyFileException
extends M2MIInitializationException

Class M2MIPropertyFileException indicates that initialization of the M2MI Layer failed because the M2MI properties file could not be found or could not be read. See class M2MIProperties for further information.

See Also:
Serialized Form

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

M2MIPropertyFileException

public M2MIPropertyFileException()
Construct a new M2MI property file exception with no detail message and no chained exception.


M2MIPropertyFileException

public M2MIPropertyFileException(String msg)
Construct a new M2MI property file exception with the given detail message and no chained exception.

Parameters:
msg - Detail message.

M2MIPropertyFileException

public M2MIPropertyFileException(Throwable exc)
Construct a new M2MI property file exception with no detail message and the given chained exception.

Parameters:
exc - Chained exception.

M2MIPropertyFileException

public M2MIPropertyFileException(String msg,
                                 Throwable exc)
Construct a new M2MI property file 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.