Class TeamCityInfoException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TeamCityInfoException
    extends java.lang.RuntimeException
    This exception is thrown when problem occurred while reading/parsing of teamcity-info.xml file.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TeamCityInfoException​(java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • TeamCityInfoException

        public TeamCityInfoException​(java.lang.Throwable cause)
        Parameters:
        cause - original exception