类 NestedRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.walker.infrastructure.core.NestedRuntimeException
所有已实现的接口:
Serializable
直接已知子类:
ApplicationRuntimeException, ArgumentsException, FileNotFoundException, XmlParseException

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

    • NestedRuntimeException

      public NestedRuntimeException(String msg)
    • NestedRuntimeException

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

    • getMessage

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

      public Throwable getRootCause()
    • getMostSpecificCause

      public Throwable getMostSpecificCause()
    • contains

      public boolean contains(Class<?> exType)