edu.neu.ccs.demeterf.demfgen.classes
Class RTParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.neu.ccs.demeterf.demfgen.classes.RTParseException
All Implemented Interfaces:
java.io.Serializable

public class RTParseException
extends java.lang.RuntimeException

Representation of RTParseException

See Also:
Serialized Form

Constructor Summary
RTParseException()
          Construct a(n) RTParseException Instance
RTParseException(java.lang.String s)
           
 
Method Summary
 boolean equals(java.lang.Object o)
          Is the given object Equal to this RTParseException?
static RTParseException parse(java.io.InputStream inpt)
          Parse an instance of RTParseException from the given Stream
static RTParseException parse(java.io.Reader inpt)
          Parse an instance of RTParseException from the given Reader
static RTParseException parse(java.lang.String inpt)
          Parse an instance of RTParseException from the given String
 java.lang.String print()
          DGP method from Class Print
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RTParseException

public RTParseException()
Construct a(n) RTParseException Instance


RTParseException

public RTParseException(java.lang.String s)
Method Detail

equals

public boolean equals(java.lang.Object o)
Is the given object Equal to this RTParseException?

Overrides:
equals in class java.lang.Object

parse

public static RTParseException parse(java.lang.String inpt)
                              throws ParseException
Parse an instance of RTParseException from the given String

Throws:
ParseException

parse

public static RTParseException parse(java.io.InputStream inpt)
                              throws ParseException
Parse an instance of RTParseException from the given Stream

Throws:
ParseException

parse

public static RTParseException parse(java.io.Reader inpt)
                              throws ParseException
Parse an instance of RTParseException from the given Reader

Throws:
ParseException

print

public java.lang.String print()
DGP method from Class Print