Package uk.megaslice.delta
Class InvalidCombination
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.megaslice.delta.InvalidCombination
-
- All Implemented Interfaces:
Serializable
public final class InvalidCombination extends RuntimeException
RuntimeExceptionthrown when there is an attempt to combine operations that cannot be combined.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-