org.apache.maven
Class InternalErrorException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.apache.maven.MavenExecutionException
org.apache.maven.MavenExecutionException
               org.apache.maven.InternalErrorException
org.apache.maven.InternalErrorException
- All Implemented Interfaces: 
- Serializable
- public class InternalErrorException 
- extends MavenExecutionException
Signals an internal error in Maven itself, e.g. a programming bug.
- Author:
- Benjamin Bentmann
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
InternalErrorException
public InternalErrorException(String message,
                              Throwable cause)
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.