|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
toroidwars.exceptions.EnumTypeNotFoundException
toroidwars.exceptions.IllegalActionException
toroidwars.exceptions.BuildActionException
public class BuildActionException
| 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 |
|---|
public BuildActionException(BuildActionException.BuildActionExceptionType type,
java.lang.String msg)
type - msg -
public BuildActionException(BuildActionException.BuildActionExceptionType type,
java.lang.String msg,
java.lang.Throwable ex)
type - msg - ex -
public BuildActionException(BuildActionException.BuildActionExceptionType type,
java.lang.Throwable ex)
type - ex - | Method Detail |
|---|
public BuildActionException.BuildActionExceptionType getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||