public class AssertionFailedException
extends org.apache.tools.ant.BuildException
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_MESSAGE |
Constructor and Description |
---|
AssertionFailedException(String message) |
AssertionFailedException(String message,
org.apache.tools.ant.BuildException e) |
AssertionFailedException(String message,
org.apache.tools.ant.Location loc) |
getException, getLocation, setLocation, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public static final String DEFAULT_MESSAGE
public AssertionFailedException(String message)
public AssertionFailedException(String message, org.apache.tools.ant.Location loc)
public AssertionFailedException(String message, org.apache.tools.ant.BuildException e)
Copyright © 2024 The Apache Software Foundation. All rights reserved.