com.sapportals.portal.useragent

Class UserAgentPatternParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sapportals.portal.useragent.UserAgentPatternParserException
All Implemented Interfaces:
Serializable

Deprecated. Use the UserAgent in project uicore

public class UserAgentPatternParserException
extends Exception

The exception that indicates that a pattern expression contains syntax errors.

See Also:
Serialized Form

Constructor Summary
UserAgentPatternParserException(String errMsg, String parsed, int position)
          Deprecated. A constructor that sets an error message, specifies the string to parse, and a position.
UserAgentPatternParserException(String errMsg, String parsed, int position, char expected)
          Deprecated. A constructor that sets an error message, specifies the string to parse, a position and the character expected.
 
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

UserAgentPatternParserException

public UserAgentPatternParserException(String errMsg,
                                       String parsed,
                                       int position,
                                       char expected)
Deprecated. 
A constructor that sets an error message, specifies the string to parse, a position and the character expected.

Parameters:
errMsg - an error message
parsed - a string to parse
position - a position
expected - a character that is expected

UserAgentPatternParserException

public UserAgentPatternParserException(String errMsg,
                                       String parsed,
                                       int position)
Deprecated. 
A constructor that sets an error message, specifies the string to parse, and a position.

Parameters:
errMsg - an error message
parsed - a string to parse
position - a position
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-BASIS [sap.com] tc/ep/useragent/api api EP-PIN


Copyright 2015 SAP AG Complete Copyright Notice