| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.netbeans.lib.ddl.CommandNotSupportedException
CommandNotSupportedException | public class CommandNotSupportedException extends Exception (Code) | | Command is not supported by system.
System is not able to locate appropriate resources to create a command.
It can't find relevant section in definition file, can't allocate or
initialize command object.
author: Slavek Psenicka |
serialVersionUID | final static long serialVersionUID(Code) | | |
CommandNotSupportedException | public CommandNotSupportedException(String command)(Code) | | Creates new exception
Parameters: command - The text describing the exception |
CommandNotSupportedException | public CommandNotSupportedException(String command, String desc)(Code) | | Creates new exception with text specified string.
Parameters: command - Executed command Parameters: desc - The text describing the exception |
getCommand | public String getCommand()(Code) | | Returns executed command
|
|
|
|