- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.omg.CORBA.UserException
-
- org.omg.CORBA.Bounds
-
- All Implemented Interfaces:
-
Serializable
,IDLEntity
public final class Bounds extends UserException
当参数不在方法尝试访问的对象的合法范围内时抛出用户异常。
-
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
构造方法详细信息
-
Bounds
public Bounds()
构造一个没有指定详细消息的Bounds
。
-
Bounds
public Bounds(String reason)
构造具有指定详细消息的Bounds
。- 参数
-
reason
- the detail message.
-
-