|
JDeveloper SCM API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--oracle.ide.util.NestedException | +--oracle.ide.scm.error.SCMException | +--oracle.ide.scm.error.SCMMinimalException
Abstraction for minimal importance SCM framework / client exceptions. These are reported through the framework exception handler in a more friendly way.
Field Summary |
Fields inherited from class oracle.ide.util.NestedException |
DEFAULT_SEVERITY, SEV_DONT_DISPLAY, SEV_ERROR, SEV_FATAL, SEV_INFORMATIONAL, SEV_WARNING |
Constructor Summary | |
SCMMinimalException()
Construct an SCMMinimalException with no message. |
|
SCMMinimalException(java.lang.String error)
Construct an SCMMinimalException with the specified error message. |
|
SCMMinimalException(java.lang.String error,
java.lang.Object[] subst)
Construct an SCMMinimalException with the specified error template and substitution strings. |
|
SCMMinimalException(java.lang.String error,
java.lang.Object[] subst,
java.lang.Throwable target)
Construct an SCMMinimalException with the specified error template substitution strings, and target throwable. |
|
SCMMinimalException(java.lang.String error,
java.lang.Throwable target)
Construct an SCMMinimalException with an error message and target throwable. |
Methods inherited from class oracle.ide.util.NestedException |
getSeverity, getStackTrace, getTarget, getTitle, setSeverity, setTarget, setTitle |
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 |
public SCMMinimalException()
public SCMMinimalException(java.lang.String error)
public SCMMinimalException(java.lang.String error, java.lang.Object[] subst)
public SCMMinimalException(java.lang.String error, java.lang.Throwable target)
public SCMMinimalException(java.lang.String error, java.lang.Object[] subst, java.lang.Throwable target)
|
Copyright © 2002 Oracle Corporation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.