org.apache.maven.changes
Class InvalidChangesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.changes.InvalidChangesException
All Implemented Interfaces:
java.io.Serializable

public class InvalidChangesException
extends java.lang.Exception

Throw when the content of a particular changes.xml file is invalid.

Version:
$Id: InvalidChangesException.java 1205 2006-01-04 14:24:23Z snicoll $
Author:
Stephane Nicoll
See Also:
Serialized Form

Constructor Summary
InvalidChangesException()
           
InvalidChangesException(java.lang.String message)
           
InvalidChangesException(java.lang.String message, java.lang.Throwable cause)
           
InvalidChangesException(java.lang.Throwable cause)
           
 
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

InvalidChangesException

public InvalidChangesException()

InvalidChangesException

public InvalidChangesException(java.lang.String message)

InvalidChangesException

public InvalidChangesException(java.lang.String message,
                               java.lang.Throwable cause)

InvalidChangesException

public InvalidChangesException(java.lang.Throwable cause)


Copyright © 2010. All Rights Reserved.