com.aragost.javahg.internals
Class UnexpectedCommandOutputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.aragost.javahg.internals.UnexpectedCommandOutputException
All Implemented Interfaces:
Serializable

public class UnexpectedCommandOutputException
extends RuntimeException

Exception thrown when during parsing of the output from command server, some unexpected output is encountered.

It means that Mercurial generated output that JavaHg didn't anticipate. If this exception is throw it generally means there is a bug in JavaHg.

See Also:
Serialized Form

Constructor Summary
UnexpectedCommandOutputException(AbstractCommand command, String s)
           
UnexpectedCommandOutputException(String msg)
           
 
Method Summary
 
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

UnexpectedCommandOutputException

public UnexpectedCommandOutputException(AbstractCommand command,
                                        String s)

UnexpectedCommandOutputException

public UnexpectedCommandOutputException(String msg)


Copyright © 2011-2013 aragost Trifork ag. All Rights Reserved.