nl.toolforge.karma.core.cmd.util
Class KarmaBuildException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynl.toolforge.karma.core.cmd.util.KarmaBuildException
All Implemented Interfaces:
java.io.Serializable

public class KarmaBuildException
extends java.lang.Exception

Thrown by Karma's build system.

Version:
$Id: KarmaBuildException.java,v 1.2 2004/10/26 22:48:00 hippe Exp $
Author:
D.A. Smedes
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
KarmaBuildException(ErrorCode r)
           
KarmaBuildException(java.lang.String t)
           
KarmaBuildException(java.lang.Throwable t)
           
 
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

KarmaBuildException

public KarmaBuildException(java.lang.Throwable t)

KarmaBuildException

public KarmaBuildException(java.lang.String t)

KarmaBuildException

public KarmaBuildException(ErrorCode r)


Copyright © 2002-2004 Toolforge. All Rights Reserved.