step.typedef
Class ResolveException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--step.typedef.ResolveException
All Implemented Interfaces:
Serializable

public class ResolveException
extends RuntimeException

An exception generated during the resolution of type definitions.

See Also:
TypeDef.resolve(), Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
ResolveException(TypeDef source, String message)
           
 
Method Summary
 TypeDef getSource()
          Get the defintion that caused this exception.
 
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
 

Constructor Detail

ResolveException

public ResolveException(TypeDef source,
                        String message)
Method Detail

getSource

public TypeDef getSource()
Get the defintion that caused this exception.