org.codehaus.mojo.natives
Class NativeBuildException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.mojo.natives.NativeBuildException
All Implemented Interfaces:
Serializable

public class NativeBuildException
extends Exception

native api exception

Version:
$Id: NativeBuildException.java 6588 2008-03-28 12:22:57Z bentmann $
Author:
Dan Tran
See Also:
Serialized Form

Constructor Summary
NativeBuildException(String msg)
           
NativeBuildException(String msg, 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

NativeBuildException

public NativeBuildException(String msg)
Parameters:
msg -

NativeBuildException

public NativeBuildException(String msg,
                            Throwable cause)
Parameters:
msg -
cause -


Copyright © 2011 Codehaus. All Rights Reserved.