|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.intellij.openapi.vcs.VcsException
com.intellij.openapi.vcs.CompositeVcsException
public class CompositeVcsException
| Constructor Summary | |
|---|---|
CompositeVcsException(java.util.Collection<VcsException> exceptions)
|
|
| Method Summary | |
|---|---|
java.util.List<VcsException> |
getExceptions()
|
java.lang.String[] |
getMessages()
|
| Methods inherited from class com.intellij.openapi.vcs.VcsException |
|---|
getVirtualFile, isWarning, setIsWarning, setVirtualFile |
| 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 CompositeVcsException(java.util.Collection<VcsException> exceptions)
| Method Detail |
|---|
public java.util.List<VcsException> getExceptions()
public java.lang.String[] getMessages()
getMessages in class VcsException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||