Class IllegalOutputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.maven.scm.provider.svn.svnexe.command.changelog.IllegalOutputException
-
- All Implemented Interfaces:
java.io.Serializable
public class IllegalOutputException extends java.lang.RuntimeException
Thrown when the output of an svn log command isn't recognized.- Since:
- 1.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalOutputException(java.lang.String message)
Create the exception with a message.
-