public class

SyntaxException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ sun.jvmstat.perfdata.monitor.SyntaxException

Class Overview

Class for encapsulating syntax exceptions generated by AliasFileParser.

Summary

Public Constructors
SyntaxException(int lineno)
Public Methods
String getMessage()
Returns the detail message string of this throwable.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SyntaxException (int lineno)

Public Methods

public String getMessage ()

Returns the detail message string of this throwable.

Returns
  • the detail message string of this Throwable instance (which may be null).