|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--de.oio.bugkilla.player.IllegalStructureException
A IllegalStructureException is thrown if a TestSeries element will be added in wrong order.
TestSeries
|--Scenario
|--TestSequence
| |-TestStep(a)
| |-TestStep(b)
|--TestSequence
|-TestStep(1)
|-TestStep(2)
| Constructor Summary | |
IllegalStructureException()
Constructs a new IllegalStructureException with null as its detail message. |
|
IllegalStructureException(java.lang.String message)
Constructs a new IllegalStructureException with the specified detail message. |
|
IllegalStructureException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new IllegalStructureException with the specified detail message and cause. |
|
IllegalStructureException(java.lang.Throwable cause)
Constructs a new IllegalStructureException with the specified cause and a detail message of (cause==null ? |
|
| 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 IllegalStructureException()
public IllegalStructureException(java.lang.String message)
message - the specified detail message
public IllegalStructureException(java.lang.String message,
java.lang.Throwable cause)
message - the specified detail messagecause - the cause of the exceptionpublic IllegalStructureException(java.lang.Throwable cause)
cause - the cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||