net.ultrametrics.rcs
Class ParserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.ultrametrics.rcs.ParserException

public class ParserException
extends java.lang.Exception

Any exception which might occur while parsing RCS format files.

See Also:
Serialized Form

Field Summary
static java.lang.String _rcsId
           
 
Constructor Summary
ParserException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_rcsId

public static final java.lang.String _rcsId
Constructor Detail

ParserException

public ParserException(java.lang.String message)