|
SMILA 1.0 API documentation | ||||||||
| 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.eclipse.smila.datamodel.AnyConvertException
public class AnyConvertException
Used by AnyUtil to denote errors in conversion between records and Corba Any structures.
| Constructor Summary | |
|---|---|
AnyConvertException(java.lang.String message)
create exception with message, without causing exception. |
|
AnyConvertException(java.lang.String message,
java.lang.Throwable cause)
create exception with message and causing exception. |
|
AnyConvertException(java.lang.Throwable cause)
create exception with causing exception. |
|
| Method Summary |
|---|
| 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 AnyConvertException(java.lang.String message)
message - detailspublic AnyConvertException(java.lang.Throwable cause)
cause - causing exception
public AnyConvertException(java.lang.String message,
java.lang.Throwable cause)
message - detailscause - causing exception
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||