toroidwars.exceptions
Class BuildActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by toroidwars.exceptions.EnumTypeNotFoundException
              extended by toroidwars.exceptions.IllegalActionException
                  extended by toroidwars.exceptions.BuildActionException
All Implemented Interfaces:
java.io.Serializable

public class BuildActionException
extends IllegalActionException

Author:
Maximillian Dupenois, Kent McClymont
See Also:
Serialized Form

Nested Class Summary
static class BuildActionException.BuildActionExceptionType
           
 
Constructor Summary
BuildActionException(BuildActionException.BuildActionExceptionType type, java.lang.String msg)
           
BuildActionException(BuildActionException.BuildActionExceptionType type, java.lang.String msg, java.lang.Throwable ex)
           
BuildActionException(BuildActionException.BuildActionExceptionType type, java.lang.Throwable ex)
           
 
Method Summary
 BuildActionException.BuildActionExceptionType getType()
           
 
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

BuildActionException

public BuildActionException(BuildActionException.BuildActionExceptionType type,
                            java.lang.String msg)
Parameters:
type -
msg -

BuildActionException

public BuildActionException(BuildActionException.BuildActionExceptionType type,
                            java.lang.String msg,
                            java.lang.Throwable ex)
Parameters:
type -
msg -
ex -

BuildActionException

public BuildActionException(BuildActionException.BuildActionExceptionType type,
                            java.lang.Throwable ex)
Parameters:
type -
ex -
Method Detail

getType

public BuildActionException.BuildActionExceptionType getType()
Returns:
returns the type of build action exception