com.aragost.javahg.internals
Class UnexpectedCommandOutputException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               com.aragost.javahg.internals.UnexpectedCommandOutputException
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
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
UnexpectedCommandOutputException
public UnexpectedCommandOutputException(AbstractCommand command,
                                        String s)
UnexpectedCommandOutputException
public UnexpectedCommandOutputException(String msg)
Copyright © 2011-2013 aragost Trifork ag. All Rights Reserved.