| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openadaptor.dataobjects.DataObjectException
org.openadaptor.dataobjects.InvalidTypeVersionException
public class InvalidTypeVersionException
The InvalidTypeVersionException will be raised, when factory creates a prototype, and the specified version of type cannot be found in metadata.
| Constructor Summary | |
|---|---|
| InvalidTypeVersionException(java.lang.String typeName,
                            int version)constructor, with the specified typeName and version | |
| Method Summary | 
|---|
| Methods inherited from class org.openadaptor.dataobjects.DataObjectException | 
|---|
| toString | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public InvalidTypeVersionException(java.lang.String typeName,
                                   int version)
typeName - the name of the DOTypeversion - the version of the DOType| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||