org.apache.ant.antunit
Class AssertionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tools.ant.BuildException
org.apache.ant.antunit.AssertionFailedException
- All Implemented Interfaces:
- java.io.Serializable
public class AssertionFailedException
- extends org.apache.tools.ant.BuildException
Specialized BuildException thrown by the AssertTask task.
- See Also:
- Serialized Form
Methods inherited from class org.apache.tools.ant.BuildException |
getException, getLocation, setLocation, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEFAULT_MESSAGE
public static final java.lang.String DEFAULT_MESSAGE
- See Also:
- Constant Field Values
AssertionFailedException
public AssertionFailedException(java.lang.String message)
AssertionFailedException
public AssertionFailedException(java.lang.String message,
org.apache.tools.ant.Location loc)
AssertionFailedException
public AssertionFailedException(java.lang.String message,
org.apache.tools.ant.BuildException e)