polyglot.types
Class UnavailableTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
polyglot.frontend.SchedulerException
polyglot.types.UnavailableTypeException
- All Implemented Interfaces:
- java.io.Serializable
public class UnavailableTypeException
- extends SchedulerException
An UnavailableTypeException
is an exception thrown when a type
object is not in a required state to continue a pass.
- Author:
- nystrom
- See Also:
- Serialized Form
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnavailableTypeException
public UnavailableTypeException(Job job,
java.lang.String fullName)
- Parameters:
job
- fullName
-
UnavailableTypeException
public UnavailableTypeException(Job job,
java.lang.String fullName,
Position position)
- Parameters:
job
- fullName
- position
-
UnavailableTypeException
public UnavailableTypeException(ParsedTypeObject ct)
job
public Job job()
position
public Position position()