org.codehaus.mojo.natives
Class NativeBuildException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NativeBuildException
public NativeBuildException(String msg)
- Parameters:
msg
-
NativeBuildException
public NativeBuildException(String msg,
Throwable cause)
- Parameters:
msg
- cause
-
Copyright © 2011 Codehaus. All Rights Reserved.