org.ubercraft.sucre.common
Class ExceptionUtil
java.lang.Object
org.ubercraft.sucre.common.ExceptionUtil
public final class ExceptionUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionUtil
public ExceptionUtil()
asChecked
public static Exception asChecked(Throwable th)
throws Exception
- Throws:
Exception
asUnchecked
public static RuntimeException asUnchecked(Throwable th)
throws RuntimeException
- Throws:
RuntimeException
asError
public static Error asError(Throwable th)
throws Error
- Throws:
Error
Copyright © 2013. All Rights Reserved.