ise.antelope.tasks
Class AssertException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tools.ant.BuildException
ise.antelope.tasks.AssertException
- All Implemented Interfaces:
- java.io.Serializable
public class AssertException
- extends org.apache.tools.ant.BuildException
- See Also:
- Serialized Form
Constructor Summary |
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)
|
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 |
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
WARN
public static final int WARN
- See Also:
- Constant Field Values
DEBUG
public static final int DEBUG
- See Also:
- Constant Field Values
INFO
public static final int INFO
- See Also:
- Constant Field Values
AssertException
public AssertException()
AssertException
public AssertException(java.lang.String message)
AssertException
public AssertException(java.lang.String message,
org.apache.tools.ant.Location location)
AssertException
public AssertException(java.lang.String message,
java.lang.Throwable cause)
AssertException
public AssertException(java.lang.String message,
java.lang.Throwable cause,
org.apache.tools.ant.Location location)
AssertException
public AssertException(java.lang.Throwable cause)
AssertException
public AssertException(java.lang.Throwable cause,
org.apache.tools.ant.Location location)
AssertException
public AssertException(int level)
AssertException
public AssertException(java.lang.String message,
int level)
AssertException
public AssertException(java.lang.String message,
org.apache.tools.ant.Location location,
int level)
AssertException
public AssertException(java.lang.String message,
java.lang.Throwable cause,
int level)
AssertException
public AssertException(java.lang.String message,
java.lang.Throwable cause,
org.apache.tools.ant.Location location,
int level)
AssertException
public AssertException(java.lang.Throwable cause,
int level)
AssertException
public AssertException(java.lang.Throwable cause,
org.apache.tools.ant.Location location,
int level)
setLevel
public void setLevel(int level)
getLevel
public int getLevel()