org.apache.maven.mae.boot.main
Class MAEMain.ExitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.mae.boot.main.MAEMain.ExitException
All Implemented Interfaces:
Serializable
Enclosing class:
MAEMain

public static class MAEMain.ExitException
extends Exception

See Also:
Serialized Form

Field Summary
 int exitCode
           
 
Constructor Summary
MAEMain.ExitException(int exitCode)
           
 
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
 

Field Detail

exitCode

public int exitCode
Constructor Detail

MAEMain.ExitException

public MAEMain.ExitException(int exitCode)


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.