org.apache.maven.scm.repository
Class ScmRepositoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.scm.repository.ScmRepositoryException
All Implemented Interfaces:
java.io.Serializable

public class ScmRepositoryException
extends java.lang.Exception

Version:
$Id: ScmRepositoryException.java 372209 2006-01-25 13:30:01Z evenisse $
Author:
Trygve Laugstøl
See Also:
Serialized Form

Constructor Summary
ScmRepositoryException(java.lang.String msg)
           
ScmRepositoryException(java.lang.String msg, java.util.List validationMessages)
           
 
Method Summary
 java.util.List getValidationMessages()
           
 
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

ScmRepositoryException

public ScmRepositoryException(java.lang.String msg)

ScmRepositoryException

public ScmRepositoryException(java.lang.String msg,
                              java.util.List validationMessages)
Method Detail

getValidationMessages

public java.util.List getValidationMessages()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.