public class AssertionKnownBugError
extends junit.framework.AssertionFailedError
| Modifier and Type | Field and Description |
|---|---|
protected int |
bugID |
| Constructor and Description |
|---|
AssertionKnownBugError(int bugID)
Creates new AssertionKnownBugError
|
AssertionKnownBugError(int bugID,
String message)
Creates new AssertionKnownBugError
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBugID()
Returnes bug ID number
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AssertionKnownBugError(int bugID)
bugID - The bug number according bug report system.public AssertionKnownBugError(int bugID,
String message)
bugID - The bug number according bug report system.message - The error description message.Built on May 20 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.