|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tuscany.sdo.codegen.GenerationException
org.apache.tuscany.sdo.codegen.NoJavaImplementationException
public class NoJavaImplementationException
Exception that indicates there is no Java mapping for an SDO type.
Constructor Summary | |
---|---|
NoJavaImplementationException(java.lang.String message,
commonj.sdo.Type type)
Constructor supplying a message and the Type that did not have a Java implementation. |
|
NoJavaImplementationException(commonj.sdo.Type type)
Constructor supplying the Type that did not have a Java implementation. |
Method Summary | |
---|---|
commonj.sdo.Type |
getType()
Return the type that did not have a Java implementation. |
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 |
---|
public NoJavaImplementationException(commonj.sdo.Type type)
type
- the type that did not have a Java implementation.public NoJavaImplementationException(java.lang.String message, commonj.sdo.Type type)
message
- the messagetype
- the type that did not have a Java implementation.Method Detail |
---|
public commonj.sdo.Type getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |