Package org.apache.activemq.openwire
Class OpenWireUtil
java.lang.Object
org.apache.activemq.openwire.OpenWireUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
validateIsThrowable
(Class<?> clazz) Verify that the provided class extendsThrowable
and throw anIllegalArgumentException
if it does not.
-
Constructor Details
-
OpenWireUtil
public OpenWireUtil()
-
-
Method Details
-
validateIsThrowable
Verify that the provided class extendsThrowable
and throw anIllegalArgumentException
if it does not.- Parameters:
clazz
-
-