hmi.bml.parser
Class MissingSyncPointException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by hmi.bml.parser.MissingSyncPointException
All Implemented Interfaces:
Serializable

public class MissingSyncPointException
extends RuntimeException

Runtime exception thrown for invalid sync references

Author:
welberge
See Also:
Serialized Form

Constructor Summary
MissingSyncPointException(String s)
           
MissingSyncPointException(String s, Throwable cause)
           
 
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

MissingSyncPointException

public MissingSyncPointException(String s)

MissingSyncPointException

public MissingSyncPointException(String s,
                                 Throwable cause)