InvalidSyntaxException
Syntax
public class InvalidSyntaxException extends java.lang.Exception
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.osgi.framework.InvalidSyntaxException
All Implemented Interfaces: java.io.Serializable
Description
Exception from the framework to indicate a filter string parameter has an invalid syntax and cannot be parsed.
Member Summary | |
---|---|
Constructors | |
public | InvalidSyntaxException(String, String) |
Create the exception with the given message and the filter string which generated the exception. | |
Methods | |
public String | getFilter() |
Returns the filter string which generated the exception. |
Constructors
InvalidSyntaxException(String, String)
public InvalidSyntaxException(java.lang.String msg, java.lang.String ...
Get Programming Open Service Gateways with Java Embedded Server™ Technology now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.