All Packages Class Hierarchy This Package Previous Next Index
Class EDU.bmrb.starlibj.NameViolatesStarSyntax
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----EDU.bmrb.starlibj.NameViolatesStarSyntax
- public class NameViolatesStarSyntax
- extends RuntimeException
An attempt was made to use a string as a name for some star,
node but the string was not a valid name. For example, trying
to use "asdf" as the name of a saveframe instead of
"save_asdf", or trying to use "asdf" as the name of a tag (no
leading underscore).
-
msg
-
-
NameViolatesStarSyntax(String, String)
-
-
getMessage()
-
msg
protected String msg
NameViolatesStarSyntax
public NameViolatesStarSyntax(String name,
String type)
- Parameters:
- name - The string name that violated the syntax
- type - String describing the type of syntax it should have been.
getMessage
public String getMessage()
- Overrides:
- getMessage in class Throwable
All Packages Class Hierarchy This Package Previous Next Index