Serialized Form
-
Package com.googlecode.catchexception.throwable
-
Exception Class com.googlecode.catchexception.throwable.MyThrowable
class MyThrowable extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
The error code.
-
-
Exception Class com.googlecode.catchexception.throwable.ThrowableNotThrownAssertionError
class ThrowableNotThrownAssertionError extends AssertionError implements Serializable- serialVersionUID:
- 7044423604241785057L
-
-
Package com.googlecode.catchexception.throwable.matcher
-
Class com.googlecode.catchexception.throwable.matcher.Find
class Find extends org.hamcrest.BaseMatcher<String> implements Serializable- serialVersionUID:
- 8895781429480404872L
-
Serialized Fields
-
regex
String regex
The regex.
-
-