Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.flex.runtime.util.common
Class SegmentDefException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.apps.fnd.applcore.flex.runtime.util.common.SegmentDefException
All Implemented Interfaces:
java.io.Serializable

public class SegmentDefException
extends java.lang.Exception

An exception thrown when there's an error with the segment defintiion.

See Also:
Serialized Form

Constructor Summary
SegmentDefException(java.lang.String segName, java.lang.String message)
          Constructs a SegmentDefException.
 
Method Summary
 java.lang.String getSegmentName()
          Gets the name of the segment associated with this exception.
 BCModelerException toBCModelerException(java.lang.String discrValue)
          Constructs a BCModelerException based on this exception.
 
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

SegmentDefException

public SegmentDefException(java.lang.String segName,
                           java.lang.String message)
Constructs a SegmentDefException.

Parameters:
segName - the name of the segment
message - the message
Method Detail

getSegmentName

public java.lang.String getSegmentName()
Gets the name of the segment associated with this exception.

Returns:
the name of the segment

toBCModelerException

public BCModelerException toBCModelerException(java.lang.String discrValue)
Constructs a BCModelerException based on this exception.

Parameters:
discrValue - the context or structure that contains the segment associated with this exception
Returns:
the BCModelerException

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.