Cross Reference: StackException.java
xref
: /
ec
/
ECSpooler
/
backends
/
junit
/
junit_libs
/
StackException.java
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
package
junit_libs
;
public
class
StackException
extends
RuntimeException
{
static
final
long
serialVersionUID
=
1
;
public
StackException
(
String
msg
) {
super
(
msg
); }
public
StackException
() {}
}