Package 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:
Serializable
public class AssertException
extends org.apache.tools.ant.BuildException
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAssertException
(int level) AssertException
(String message) AssertException
(String message, int level) AssertException
(String message, Throwable cause) AssertException
(String message, Throwable cause, int level) AssertException
(String message, Throwable cause, org.apache.tools.ant.Location location) AssertException
(String message, Throwable cause, org.apache.tools.ant.Location location, int level) AssertException
(String message, org.apache.tools.ant.Location location) AssertException
(String message, org.apache.tools.ant.Location location, int level) AssertException
(Throwable cause) AssertException
(Throwable cause, int level) AssertException
(Throwable cause, org.apache.tools.ant.Location location) AssertException
(Throwable cause, org.apache.tools.ant.Location location, int level) -
Method Summary
Methods inherited from class org.apache.tools.ant.BuildException
getException, getLocation, of, setLocation, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
ERROR
public static final int ERROR- See Also:
-
WARN
public static final int WARN- See Also:
-
DEBUG
public static final int DEBUG- See Also:
-
INFO
public static final int INFO- See Also:
-
-
Constructor Details
-
AssertException
public AssertException() -
AssertException
-
AssertException
-
AssertException
-
AssertException
-
AssertException
-
AssertException
-
AssertException
public AssertException(int level) -
AssertException
-
AssertException
-
AssertException
-
AssertException
-
AssertException
-
AssertException
-
-
Method Details
-
setLevel
public void setLevel(int level) -
getLevel
public int getLevel()
-