org.apache.maven.scm.repository
Class ScmRepositoryException

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

public class ScmRepositoryException
extends java.lang.Exception

Version:
$Id: ScmRepositoryException.java 162312 2005-04-06 13:55:50Z trygvis $
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-2003-2005 Apache Software Foundation. All Rights Reserved.