|
PMII - JAVA-Packages - Principia Mathematica II | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.meyling.principia.argument.ArgumentException
This is a construction (and checking) exception for arguments.
| Constructor Summary | |
ArgumentException(int code,
String description)
Constructs an argument exception. |
|
ArgumentException(int code,
String description,
Argument argument)
Constructs an argument exception. |
|
ArgumentException(int code,
String description,
Argument argument,
Argument secundaryArgument)
Constructs an argument exception. |
|
ArgumentException(int code,
String description,
Argument argument,
boolean begin)
Constructs an argument exception. |
|
| Method Summary | |
Argument |
getArgument()
Get problematic argument. |
int |
getCode()
Get exception code. |
String |
getDescription()
Get exception code. |
Argument |
getSecondaryArgument()
Get secundary argument. |
boolean |
isBegin()
Problem at begin of argument? |
void |
setArgument(Argument argument)
Set the problematic argument. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public ArgumentException(int code,
String description)
code - exception cathegorydescription - what is the problem
public ArgumentException(int code,
String description,
Argument argument)
code - exception cathegorydescription - what is the problemargument - this lead to problems
public ArgumentException(int code,
String description,
Argument argument,
Argument secundaryArgument)
code - exception cathegorydescription - what is the problemargument - this lead to problemssecundaryArgument - this argument illustrates the problem
public ArgumentException(int code,
String description,
Argument argument,
boolean begin)
code - exception cathegorydescription - what is the problemargument - this lead to problems (or after it)begin - was the problem at the begining
of argument?| Method Detail |
public final int getCode()
public final String getDescription()
public final Argument getArgument()
nullpublic final void setArgument(Argument argument)
argument - that lead to problems (or last ok argument)public final Argument getSecondaryArgument()
nullpublic final boolean isBegin()
argument lead to problems?
|
PMII - JAVA-Packages - Principia Mathematica II | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| ©left GNU General Public Licence All Rights Reserved. |