polyglot.types
Class SourceLoadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by polyglot.types.SemanticException
              extended by polyglot.types.NoClassException
                  extended by polyglot.types.SourceLoadException
All Implemented Interfaces:
java.io.Serializable

public class SourceLoadException
extends NoClassException

Comment for SourceLoadException

Author:
nystrom
See Also:
Serialized Form

Field Summary
 
Fields inherited from class polyglot.types.SemanticException
fillInStackTrace, position
 
Constructor Summary
SourceLoadException(Job job, java.lang.String className)
           
SourceLoadException(Job job, java.lang.String className, Named scope)
           
SourceLoadException(Job job, java.lang.String className, Position position)
           
 
Method Summary
 Job job()
           
 
Methods inherited from class polyglot.types.NoClassException
getClassName
 
Methods inherited from class polyglot.types.SemanticException
fillInStackTrace, position
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, 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

SourceLoadException

public SourceLoadException(Job job,
                           java.lang.String className)
Parameters:
className -

SourceLoadException

public SourceLoadException(Job job,
                           java.lang.String className,
                           Named scope)
Parameters:
className -
scope -

SourceLoadException

public SourceLoadException(Job job,
                           java.lang.String className,
                           Position position)
Parameters:
className -
position -
Method Detail

job

public Job job()