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