API Overview
API Index
Package Overview
Direct link to this page
JavaOnTracks 0.1.2
net.jot.testing.
JOTTestException
View Source
Author(s)
Thibaut Colar http://jot.colar.net/
Since
Version
Serial
Hierarchy
Object
Throwable
Exception
JOTTestException
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
exception JOTTestException
This is the Exception to be thrown by the jotTest() method, if a test fails.
See also:
Constructors
public
JOTTestException
(
String
string)
Methods
Hide/Show inherited methods
public
synchronized
native
Throwable
fillInStackTrace
()
[Inherited From
Throwable
]
public
Throwable
getCause
()
[Inherited From
Throwable
]
public
String
getLocalizedMessage
()
[Inherited From
Throwable
]
public
String
getMessage
()
[Inherited From
Throwable
]
public
StackTraceElement
getStackTrace
()
[Inherited From
Throwable
]
public
synchronized
Throwable
initCause
(
Throwable
arg0)
[Inherited From
Throwable
]
public
void
printStackTrace
()
[Inherited From
Throwable
]
public
void
printStackTrace
(
PrintStream
arg0)
[Inherited From
Throwable
]
public
void
printStackTrace
(
PrintWriter
arg0)
[Inherited From
Throwable
]
public
void
setStackTrace
(
StackTraceElement
arg0)
[Inherited From
Throwable
]
public
String
toString
()
[Inherited From
Throwable
]
Fields
Hide/Show inherited fields
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.5 ©Thibaut Colar