SMILA (incubation) API documentation

org.eclipse.smila.datamodel
Class AnyConvertException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.datamodel.AnyConvertException
All Implemented Interfaces:
java.io.Serializable

public class AnyConvertException
extends java.lang.Exception

Used by AnyUtil to denote errors in conversion between records and Corba Any structures.

See Also:
Serialized Form

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

AnyConvertException

public AnyConvertException(java.lang.String message)
create exception with message, without causing exception.

Parameters:
message - details

AnyConvertException

public AnyConvertException(java.lang.Throwable cause)
create exception with causing exception.

Parameters:
cause - causing exception

AnyConvertException

public AnyConvertException(java.lang.String message,
                           java.lang.Throwable cause)
create exception with message and causing exception.

Parameters:
message - details
cause - causing exception

SMILA (incubation) API documentation