org.eclipse.jdt.internal.compiler.flow
Class UnconditionalFlowInfo.AssertionFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.AssertionFailedException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UnconditionalFlowInfo

public static class UnconditionalFlowInfo.AssertionFailedException
extends java.lang.RuntimeException

Exception raised when unexpected behavior is detected during coverage tests.

See Also:
Serialized Form

Constructor Summary
UnconditionalFlowInfo.AssertionFailedException(java.lang.String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnconditionalFlowInfo.AssertionFailedException

public UnconditionalFlowInfo.AssertionFailedException(java.lang.String message)