类 NestedCheckedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.walker.infrastructure.core.NestedCheckedException
所有已实现的接口:
Serializable
直接已知子类:
ApplicationException, InvokeException

public class NestedCheckedException extends Exception
另请参阅:
  • 构造器详细资料

    • NestedCheckedException

      public NestedCheckedException(String msg)
    • NestedCheckedException

      public NestedCheckedException(String msg, Throwable cause)
  • 方法详细资料

    • getMessage

      public String getMessage()
      覆盖:
      getMessage 在类中 Throwable
    • getRootCause

      public Throwable getRootCause()
    • getMostSpecificCause

      public Throwable getMostSpecificCause()
    • contains

      public boolean contains(Class<?> exType)