Package com.intellij.openapi.vcs
Class VcsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.intellij.openapi.vcs.VcsException
-
- All Implemented Interfaces:
Serializable
public class VcsException extends Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static VcsException[]
EMPTY_ARRAY
-
Constructor Summary
Constructors Constructor Description VcsException(String message)
VcsException(String message, Throwable cause)
VcsException(Throwable throwable)
VcsException(Collection<String> messages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getMessages()
boolean
isWarning()
VcsException
setIsWarning(boolean warning)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
EMPTY_ARRAY
public static final VcsException[] EMPTY_ARRAY
-
-
Method Detail
-
getMessages
public String[] getMessages()
-
setIsWarning
public VcsException setIsWarning(boolean warning)
-
isWarning
public boolean isWarning()
-
-