dsto.dfc.util
Class AssertionFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by dsto.dfc.util.AssertionFailedException
All Implemented Interfaces:
Serializable

public class AssertionFailedException
extends Error

Thrown to indicate a debugging assertion has failed.

Version:
$Revision$
Author:
Matthew
See Also:
Debug, Serialized Form

Constructor Summary
AssertionFailedException(String message, Object source)
           
 
Method Summary
 Object getSource()
           
 
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

AssertionFailedException

public AssertionFailedException(String message,
                                Object source)
Method Detail

getSource

public Object getSource()


Copyright © 2008 Commonwealth of Australia