Package org.smallmind.nutsnbolts.util
Class MutationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.smallmind.nutsnbolts.lang.FormattedRuntimeException
-
- org.smallmind.nutsnbolts.util.MutationException
-
- All Implemented Interfaces:
Serializable
public class MutationException extends FormattedRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MutationException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MutationException
public MutationException(Throwable throwable)
-
-