站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

BadRegexException (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.cmdline.exec
Class BadRegexException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.netbeans.modules.vcscore.cmdline.exec.BadRegexException
All Implemented Interfaces:
Serializable

public class BadRegexException
extends Exception

Malformed regular expression.

See Also:
Serialized Form

Constructor Summary
BadRegexException()
           
BadRegexException(String msg)
           
BadRegexException(String msg, PatternSyntaxException e)
           
 
Method Summary
 String getLocalizedMessage()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadRegexException

public BadRegexException()

BadRegexException

public BadRegexException(String msg)

BadRegexException

public BadRegexException(String msg,
                         PatternSyntaxException e)
Method Detail

getLocalizedMessage

public String getLocalizedMessage()

toString

public String toString()

 

Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.