org.apache.maven.changes
Class InvalidChangesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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.