Package org.openxava.util
Class AssertException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openxava.util.AssertException
-
- All Implemented Interfaces:
java.io.Serializable
public class AssertException extends java.lang.RuntimeException
Exception thrown when a assert is broken.The break of a assert imply a programming error. Usually this exception is not thrown directly but from
Assert
class.
It si not mandatory throw this exception in case of programming error, another possible exceptions are anothers RuntimeException associated to the source problem, for example IndexOutOfBoundsException, IllegalArgumentException or the ominous NullPointerException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssertException()
AssertException(java.lang.String s)
-