org.apache.ant.antunit
Class AssertionFailedException

java.lang.Object
  extended by BuildException
      extended by org.apache.ant.antunit.AssertionFailedException

public class AssertionFailedException
extends BuildException

Specialized BuildException thrown by the AssertTask task.


Field Summary
static java.lang.String DEFAULT_MESSAGE
           
 
Constructor Summary
AssertionFailedException(java.lang.String message)
           
AssertionFailedException(java.lang.String message, Location loc)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MESSAGE

public static final java.lang.String DEFAULT_MESSAGE
See Also:
Constant Field Values
Constructor Detail

AssertionFailedException

public AssertionFailedException(java.lang.String message)

AssertionFailedException

public AssertionFailedException(java.lang.String message,
                                Location loc)