org.apache.maven
Class InternalErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.MavenExecutionException
              extended by 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

Constructor Summary
InternalErrorException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.MavenExecutionException
getPomFile
 
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

InternalErrorException

public InternalErrorException(String message,
                              Throwable cause)


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.