类 DraftConsumerUncheckedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.babyfish.jimmer.DraftConsumerUncheckedException
所有已实现的接口:
Serializable

public class DraftConsumerUncheckedException extends RuntimeException
If DraftConsumer throws an exception that is neither RuntimeException nor Error, wrap that exception and then rethrow.
另请参阅:
序列化表格
  • 方法详细资料

    • rethrow

      public static void rethrow(Throwable ex)

      If the original exception is RuntimeException or Error, throws it directly.

      Otherwise, throws a wrapper whose type is DraftConsumerUncheckedException

      参数:
      ex - Original exception