org.acmsl.antmake
Class AntMakeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.acmsl.antmake.AntMakeException
All Implemented Interfaces:
java.io.Serializable

public class AntMakeException
extends java.lang.Exception

Models runtime information in abnormal, but managed, situations.

Version:
$Revision: 1.1 $
Author:
Jose San Leandro
See Also:
Serialized Form

Constructor Summary
AntMakeException(java.lang.String message)
          Creates an AntMakeException to model an abnormal situation described by given message.
AntMakeException(java.lang.String message, java.lang.Throwable cause)
          Creates an AntMakeException to model an abnormal situation described by given message, wrapping additional exception.
 
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

AntMakeException

public AntMakeException(java.lang.String message)
Creates an AntMakeException to model an abnormal situation described by given message.

Parameters:
message - the message.

AntMakeException

public AntMakeException(java.lang.String message,
                        java.lang.Throwable cause)
Creates an AntMakeException to model an abnormal situation described by given message, wrapping additional exception.

Parameters:
message - the message.
cause - the detailed cause.


Copyright © 2004 ACM S.L.. All Rights Reserved.