JDeveloper SCM API

oracle.ide.scm.error
Class SCMDetailException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.ide.util.NestedException
                    |
                    +--oracle.ide.scm.error.SCMException
                          |
                          +--oracle.ide.scm.error.SCMDetailException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SCMReflectException

public class SCMDetailException
extends SCMException

Abstraction for great importance SCM framework / client exceptions. These are reported in detail (with stack trace) through the framework exception handler.

See Also:
Serialized Form

Fields inherited from class oracle.ide.util.NestedException
DEFAULT_SEVERITY, SEV_DONT_DISPLAY, SEV_ERROR, SEV_FATAL, SEV_INFORMATIONAL, SEV_WARNING
 
Constructor Summary
SCMDetailException()
          Construct an SCMDetailException with no error message.
SCMDetailException(java.lang.String error)
          Construct an SCMDetailException with the specified error message.
SCMDetailException(java.lang.String error, java.lang.Object[] subst)
          Construct an SCMDetailException with the specified error template and substitution strings.
SCMDetailException(java.lang.String error, java.lang.Object[] subst, java.lang.Throwable target)
          Construct an SCMDetailException with the specified error template, substitution strings and target throwable.
SCMDetailException(java.lang.String error, java.lang.Throwable target)
          Construct an SCMDetailException with an error message and target throwable.
 
Methods inherited from class oracle.ide.util.NestedException
getSeverity, getStackTrace, getStackTrace, getTarget, getTitle, setSeverity, setTitle
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SCMDetailException

public SCMDetailException()
Construct an SCMDetailException with no error message.

SCMDetailException

public SCMDetailException(java.lang.String error)
Construct an SCMDetailException with the specified error message.

SCMDetailException

public SCMDetailException(java.lang.String error,
                          java.lang.Object[] subst)
Construct an SCMDetailException with the specified error template and substitution strings.

SCMDetailException

public SCMDetailException(java.lang.String error,
                          java.lang.Throwable target)
Construct an SCMDetailException with an error message and target throwable.

SCMDetailException

public SCMDetailException(java.lang.String error,
                          java.lang.Object[] subst,
                          java.lang.Throwable target)
Construct an SCMDetailException with the specified error template, substitution strings and target throwable.

Copyright © 2002 Oracle Corporation