- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.omg.CORBA.UserException
-
- org.omg.CORBA.DynAnyPackage.InvalidValue
-
- All Implemented Interfaces:
-
Serializable
,IDLEntity
public final class InvalidValue extends UserException
-
-
构造方法摘要
构造方法 Constructor 描述 InvalidValue()
构造一个InvalidValue
对象。InvalidValue(String reason)
构造一个InvalidValue
对象。
-
方法摘要
-
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
-
-
-
-
构造方法详细信息
-
InvalidValue
public InvalidValue()
构造一个InvalidValue
对象。
-
InvalidValue
public InvalidValue(String reason)
构造一个InvalidValue
对象。- 参数
-
reason
- aString
提供有关异常的更多信息。
-
-