step.typedef
Class RecordDefNotFoundException

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

public class RecordDefNotFoundException
extends RuntimeException

Indicates that a record's definition could not be located.

See Also:
RecordDef.load(Type), Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
RecordDefNotFoundException(String message)
           
 
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

RecordDefNotFoundException

public RecordDefNotFoundException(String message)