Package de.mhus.lib.errors
Class TooDeepStructuresException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.mhus.lib.errors.MRuntimeException
-
- de.mhus.lib.errors.TooDeepStructuresException
-
- All Implemented Interfaces:
Serializable
public class TooDeepStructuresException extends MRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TooDeepStructuresException(Object... in)
-
Method Summary
-
Methods inherited from class de.mhus.lib.errors.MRuntimeException
getId, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
TooDeepStructuresException
public TooDeepStructuresException(Object... in)
-
-