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:
Serializable
Thrown when the output of an svn log command isn't recognized.
- Since:
- 1.3
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalOutputException
Create the exception with a message.- Parameters:
message
- the message.
-