org.apache.maven.scm.provider.svn.svnexe.command.changelog
Class IllegalOutputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.maven.scm.provider.svn.svnexe.command.changelog.IllegalOutputException
All Implemented Interfaces:
Serializable

public class IllegalOutputException
extends RuntimeException

Thrown when the output of an svn log command isn't recognized.

Since:
1.3
See Also:
Serialized Form

Constructor Summary
IllegalOutputException(String message)
          Create the exception with a message.
 
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

IllegalOutputException

public IllegalOutputException(String message)
Create the exception with a message.

Parameters:
message - the message.


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.