Jvmstat

sun.jvmstat.perfdata.monitor
Class SyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sun.jvmstat.perfdata.monitor.SyntaxException
All Implemented Interfaces:
Serializable

public class SyntaxException
extends Exception

Class for encapsulating syntax exceptions generated by AliasFileParser.

Since:
1.5
See Also:
Serialized Form

Constructor Summary
SyntaxException(int lineno)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyntaxException

public SyntaxException(int lineno)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

Jvmstat