Class SyntaxException

All Implemented Interfaces:
Serializable

public class SyntaxException extends JSAPException
An exception indicating that a syntax error was encountered in the argument list.
Author:
Marty Lamb
See Also:
  • Constructor Details

    • SyntaxException

      public SyntaxException(String msg)
      Creates a new SyntaxException with the specified message.
      Parameters:
      msg - a description of the syntax problem.