ooc
Class SourceParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byooc.SourceParseException
All Implemented Interfaces:
java.io.Serializable

public class SourceParseException
extends java.lang.RuntimeException

This exception is thrown when an exception was thrown parsing a source.

See Also:
Serialized Form

Constructor Summary
SourceParseException(Source source, int row, java.lang.Exception e)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceParseException

public SourceParseException(Source source,
                            int row,
                            java.lang.Exception e)