Class DatarouterExceptionPaths.ExceptionPaths

java.lang.Object
io.datarouter.httpclient.path.PathNode
io.datarouter.exception.config.DatarouterExceptionPaths.ExceptionPaths
Enclosing class:
DatarouterExceptionPaths

public static class DatarouterExceptionPaths.ExceptionPaths
extends io.datarouter.httpclient.path.PathNode
  • Field Summary

    Fields 
    Modifier and Type Field Description
    io.datarouter.httpclient.path.PathNode browse  
    io.datarouter.httpclient.path.PathNode details  

    Fields inherited from class io.datarouter.httpclient.path.PathNode

    parent, value
  • Constructor Summary

    Constructors 
    Constructor Description
    ExceptionPaths()  
  • Method Summary

    Methods inherited from class io.datarouter.httpclient.path.PathNode

    branch, equals, getValue, hashCode, isLeaf, leaf, nodesAfter, parse, paths, toSlashedString, toSlashedString, toSlashedStringAfter, toSlashedStringWithoutLeadingSlash, toSlashedStringWithTrailingSlash, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • browse

      public final io.datarouter.httpclient.path.PathNode browse
    • details

      public final io.datarouter.httpclient.path.PathNode details
  • Constructor Details