com.intellij.openapi.vcs
Class CompositeVcsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.intellij.openapi.vcs.VcsException
              extended by com.intellij.openapi.vcs.CompositeVcsException
All Implemented Interfaces:
java.io.Serializable

public class CompositeVcsException
extends VcsException

See Also:
Serialized Form

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

CompositeVcsException

public CompositeVcsException(java.util.Collection<VcsException> exceptions)
Method Detail

getExceptions

public java.util.List<VcsException> getExceptions()

getMessages

public java.lang.String[] getMessages()
Overrides:
getMessages in class VcsException