com.supermap.data
类 ObjectsRuntimeException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 com.supermap.data.ObjectsRuntimeException
所有已实现的接口:
java.io.Serializable

public class ObjectsRuntimeException
extends java.lang.RuntimeException

表示在使用 SuperMap iObjects Java 组件时发生的异常。

另请参见:
序列化表格

构造方法摘要
ObjectsRuntimeException(java.lang.String message)
          根据给定的参数,构造一个新的 ObjectsRuntimeException 对象。
 
方法摘要
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

ObjectsRuntimeException

public ObjectsRuntimeException(java.lang.String message)
根据给定的参数,构造一个新的 ObjectsRuntimeException 对象。

参数:
message - 指定的异常信息。