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

VariableInputFormatException (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.util
Class VariableInputFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended byorg.netbeans.modules.vcscore.util.VariableInputFormatException
All Implemented Interfaces:
Serializable

public class VariableInputFormatException
extends IllegalArgumentException

The exception describing a bad format of variable input descriptor.

See Also:
Serialized Form

Constructor Summary
VariableInputFormatException(String message)
          Creates new VariableInputFormatException
 
Method Summary
 String getLocalizedMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

VariableInputFormatException

public VariableInputFormatException(String message)
Creates new VariableInputFormatException

Method Detail

getLocalizedMessage

public String getLocalizedMessage()

 

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