edu.cmu.sei.aadl.aadl2.properties
Class ModeNotSpecifiedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.cmu.sei.aadl.aadl2.properties.ModeNotSpecifiedException
All Implemented Interfaces:
java.io.Serializable

public class ModeNotSpecifiedException
extends java.lang.RuntimeException

Exception raised when a mode setting is required but not found.

Author:
aarong
See Also:
Serialized Form

Constructor Summary
ModeNotSpecifiedException(java.lang.String msg)
           
 
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

ModeNotSpecifiedException

public ModeNotSpecifiedException(java.lang.String msg)