Package 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:
Serializable
public class AssertionFailedException
extends org.apache.tools.ant.BuildException
Specialized BuildException thrown by the AssertTask task.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAssertionFailedException
(String message) AssertionFailedException
(String message, org.apache.tools.ant.BuildException e) AssertionFailedException
(String message, org.apache.tools.ant.Location loc) -
Method Summary
Methods inherited from class org.apache.tools.ant.BuildException
getException, getLocation, setLocation, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
DEFAULT_MESSAGE
- See Also:
-
-
Constructor Details
-
AssertionFailedException
-
AssertionFailedException
-
AssertionFailedException
-