Class DatarouterExceptionPaths.ExceptionPaths

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

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

    Fields 
    Modifier and Type Field Description
    io.datarouter.pathnode.PathNode browse  
    io.datarouter.pathnode.PathNode details  
    io.datarouter.pathnode.PathNode mute  
    io.datarouter.pathnode.PathNode recordIssueAndRedirect  
    io.datarouter.pathnode.PathNode saveIssue  

    Fields inherited from class io.datarouter.pathnode.PathNode

    parent, value
  • Constructor Summary

    Constructors 
    Constructor Description
    ExceptionPaths()  
  • Method Summary

    Methods inherited from class io.datarouter.pathnode.PathNode

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

    Methods inherited from class java.lang.Object

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

    • browse

      public final io.datarouter.pathnode.PathNode browse
    • details

      public final io.datarouter.pathnode.PathNode details
    • mute

      public final io.datarouter.pathnode.PathNode mute
    • recordIssueAndRedirect

      public final io.datarouter.pathnode.PathNode recordIssueAndRedirect
    • saveIssue

      public final io.datarouter.pathnode.PathNode saveIssue
  • Constructor Details