AdventNet CLI 2.0 API Specification

com.adventnet.util.parser
Class ParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.adventnet.util.parser.ParseException

public class ParseException
extends java.lang.Exception

This class represents an Exception which is thrown whenever an error is encountered while Parsing the Rules File (for example, an XML file).

See Also:
Serialized Form

Constructor Summary
ParseException()
          Constructs a ParseException with no detail message.
ParseException(java.lang.String message)
          Constructs a ParseException with the specified detail 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
 

Constructor Detail

ParseException

public ParseException()
Constructs a ParseException with no detail message.

ParseException

public ParseException(java.lang.String message)
Constructs a ParseException with the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
message - the detail message.

AdventNet CLI 2.0 API Specification