类 MalformedPatternException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.oro.text.regex.MalformedPatternException
- 所有已实现的接口:
Serializable
A class used to signify the occurrence of a syntax error in a
regular expression that is being compiled. The class is not
declared final so that it may be subclassed for identifying
more specific pattern comilation errors. However, at this point
in time, this package does not subclass MalformedPatternException
for any purpose. This does not preclude users and third party
implementors of the interfaces of this package from subclassing it
for their own purposes.
- 从以下版本开始:
- 1.0
- 版本:
- @version@
- 另请参阅:
-
构造器概要
构造器构造器说明Simply calls the corresponding constructor of its superclass.MalformedPatternException(String message) Simply calls the corresponding constructor of its superclass. -
方法概要
-
构造器详细资料
-
MalformedPatternException
public MalformedPatternException()Simply calls the corresponding constructor of its superclass. -
MalformedPatternException
Simply calls the corresponding constructor of its superclass.- 参数:
message- A message indicating the nature of the parse error.
-