Package org.javlo.helper
Class DebugHelper.AssertException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.javlo.helper.DebugHelper.AssertException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DebugHelper
public static class DebugHelper.AssertException extends RuntimeException
- Author:
- pvanderm global StructureException for error any bad structure ( xml, db, ... )
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssertException()
AssertException(String msg)
AssertException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-