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).


Variable Index

 o msg

Constructor Index

 o NameViolatesStarSyntax(String, String)

Method Index

 o getMessage()

Variables

 o msg
 protected String msg

Constructors

 o 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.

Methods

 o getMessage
 public String getMessage()
Overrides:
getMessage in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index