org.redmine.ta
Class RedmineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.redmine.ta.RedmineException
All Implemented Interfaces:
Serializable

public class RedmineException
extends Exception

See Also:
Serialized Form

Constructor Summary
RedmineException(List<String> errors)
           
 
Method Summary
 List<String> getErrors()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

RedmineException

public RedmineException(List<String> errors)
Method Detail

getErrors

public List<String> getErrors()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2011. All Rights Reserved.