oracle.dmt.odm
Class InvalidArgumentException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.dmt.odm.ODMException
|
+--oracle.dmt.odm.InvalidArgumentException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidArgumentException
- extends ODMException
The exception is thrown when an invalid argument is passed to an object constructor or a method.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidArgumentException
public InvalidArgumentException(int errorCode)
- For internal use only.
InvalidArgumentException
public InvalidArgumentException(int errorCode,
java.lang.Object[] parameters)
- For internal use only.