Package opendap.dap
Class Util
- java.lang.Object
-
- opendap.dap.Util
-
public class Util extends Object
The Util class holds static methods used by this package.
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
check(Exception ex)
Filter out runtime exceptions from other exceptions and re-throw
-
-
-
Method Detail
-
check
public static void check(Exception ex) throws RuntimeException
Filter out runtime exceptions from other exceptions and re-throw- Throws:
RuntimeException
-
-