com.linkedin.restli.internal.common
Class PathSegment.PathSegmentSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.linkedin.restli.internal.common.PathSegment.PathSegmentSyntaxException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PathSegment

public static class PathSegment.PathSegmentSyntaxException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
PathSegment.PathSegmentSyntaxException(java.lang.String message)
          Initialize a PathSegmentSyntaxException based on the given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PathSegment.PathSegmentSyntaxException

public PathSegment.PathSegmentSyntaxException(java.lang.String message)
Initialize a PathSegmentSyntaxException based on the given message.

Parameters:
message - the exception message