Class Utils.ShouldNotHappenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadinstitute.http.nio.utils.Utils.ShouldNotHappenException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Utils
RuntimeException
for parts of the code that should not happen.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ShouldNotHappenException
Constructor.- Parameters:
e
- cause. May benull
.
-
ShouldNotHappenException
Constructor.- Parameters:
msg
- the message to display
-