Class NameLengthException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----NameLengthException

public class NameLengthException
extends Exception
Thrown by the Symbol constructor if the symbol's name is over the 31 character limit.

Author:
Peter Sagerson, petersag@wpi.edu

Constructor Index

 o NameLengthException()
 o NameLengthException(String)

Constructors

 o NameLengthException
 public NameLengthException()
 o NameLengthException
 public NameLengthException(String str)