Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.foundation
Class InvalidFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.owb.foundation.InvalidFormatException
All Implemented Interfaces:
java.io.Serializable

public class InvalidFormatException
extends java.lang.Exception

InvalidFormatException is an exception that is usually thrown when the value being set to a property does not satisfy the required format of the property (e.g. for a String, the length is greater than the maximum allowed length)

See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.lang.Exception

 

Constructor Summary
InvalidFormatException()
          Constructs a InvalidFormatException with no detail message.
InvalidFormatException(java.lang.String s)
          Constructs a InvalidFormatException with the specified detail message.

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

InvalidFormatException

public InvalidFormatException()
Constructs a InvalidFormatException with no detail message.

InvalidFormatException

public InvalidFormatException(java.lang.String s)
Constructs a InvalidFormatException with the specified detail message.
Parameters:
s - the detail message.

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.