org.netbeans.spi.jackpot
Class EmptyScriptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.netbeans.spi.jackpot.EmptyScriptException
- All Implemented Interfaces:
- Serializable
public class EmptyScriptException
- extends Exception
Thrown when a script has no rules declared in it.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EmptyScriptException
public EmptyScriptException()
- Creates a new instance of
EmptyScriptException without detail message.
EmptyScriptException
public EmptyScriptException(String msg)
- Constructs an instance of
EmptyScriptException with the specified detail message.
- Parameters:
msg - the detail message.