ise.antelope.tasks
public class AssertException extends org.apache.tools.ant.BuildException
Modifier and Type | Field and Description |
---|---|
static int |
DEBUG |
static int |
ERROR |
static int |
INFO |
static int |
WARN |
Constructor and Description |
---|
AssertException() |
AssertException(int level) |
AssertException(java.lang.String message) |
AssertException(java.lang.String message,
int level) |
AssertException(java.lang.String message,
org.apache.tools.ant.Location location) |
AssertException(java.lang.String message,
org.apache.tools.ant.Location location,
int level) |
AssertException(java.lang.String message,
java.lang.Throwable cause) |
AssertException(java.lang.String message,
java.lang.Throwable cause,
int level) |
AssertException(java.lang.String message,
java.lang.Throwable cause,
org.apache.tools.ant.Location location) |
AssertException(java.lang.String message,
java.lang.Throwable cause,
org.apache.tools.ant.Location location,
int level) |
AssertException(java.lang.Throwable cause) |
AssertException(java.lang.Throwable cause,
int level) |
AssertException(java.lang.Throwable cause,
org.apache.tools.ant.Location location) |
AssertException(java.lang.Throwable cause,
org.apache.tools.ant.Location location,
int level) |
Modifier and Type | Method and Description |
---|---|
int |
getLevel() |
void |
setLevel(int level) |
getException, getLocation, setLocation, toString
public static final int ERROR
public static final int WARN
public static final int DEBUG
public static final int INFO
public AssertException()
public AssertException(java.lang.String message)
public AssertException(java.lang.String message, org.apache.tools.ant.Location location)
public AssertException(java.lang.String message, java.lang.Throwable cause)
public AssertException(java.lang.String message, java.lang.Throwable cause, org.apache.tools.ant.Location location)
public AssertException(java.lang.Throwable cause)
public AssertException(java.lang.Throwable cause, org.apache.tools.ant.Location location)
public AssertException(int level)
public AssertException(java.lang.String message, int level)
public AssertException(java.lang.String message, org.apache.tools.ant.Location location, int level)
public AssertException(java.lang.String message, java.lang.Throwable cause, int level)
public AssertException(java.lang.String message, java.lang.Throwable cause, org.apache.tools.ant.Location location, int level)
public AssertException(java.lang.Throwable cause, int level)
public AssertException(java.lang.Throwable cause, org.apache.tools.ant.Location location, int level)