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:
java.io.Serializable
public class AssertionFailedException extends org.apache.tools.ant.BuildException
Specialized BuildException thrown by the AssertTask task.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_MESSAGE
-
Constructor Summary
Constructors Constructor Description AssertionFailedException(java.lang.String message)
AssertionFailedException(java.lang.String message, org.apache.tools.ant.BuildException e)
AssertionFailedException(java.lang.String message, org.apache.tools.ant.Location loc)
-
Method Summary
-
Methods inherited from class org.apache.tools.ant.BuildException
getException, getLocation, of, setLocation, toString
-
-
-
-
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, org.apache.tools.ant.Location loc)
-
AssertionFailedException
public AssertionFailedException(java.lang.String message, org.apache.tools.ant.BuildException e)
-
-