Package org.omg.CORBA.DynAnyPackage
Class InvalidSeq
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.CORBA.DynAnyPackage.InvalidSeq
- All Implemented Interfaces:
Serializable,IDLEntity
The InvalidSeq exception is thrown by all operations on dynamic
anys that take a sequence (Java array) as an argument, when that
sequence is invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anInvalidSeqobject.InvalidSeq(String reason) Constructs anInvalidSeqobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSeq
public InvalidSeq()Constructs anInvalidSeqobject. -
InvalidSeq
Constructs anInvalidSeqobject.- Parameters:
reason- aStringgiving more information regarding the exception.
-