Top Description Fields Constructors Methods
sun.jvmstat.perfdata.monitor

public Class SyntaxException

extends Exception
Class Inheritance
Annotations
@SuppressWarnings:serial
Imports
java.net.*, java.io.*, java.util.*, java.util.regex.*

Class for encapsulating syntax exceptions generated by AliasFileParser.
Author
Brian Doherty
Since
1.5

Field Summary

Modifier and TypeField and Description
pack-priv int

Constructor Summary

AccessConstructor and Description
public
SyntaxException(int lineno)

Method Summary

Modifier and TypeMethod and Description
public String
getMessage()

Overrides java.lang.Throwable.getMessage.

Returns the detail message string of this throwable.

Field Detail

linenoback to summary
pack-priv int lineno

Constructor Detail

SyntaxExceptionback to summary
public SyntaxException(int lineno)

Method Detail

getMessageback to summary
public String getMessage()

Overrides java.lang.Throwable.getMessage.

Doc from java.lang.Throwable.getMessage.

Returns the detail message string of this throwable.

Returns:String

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