|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.reflect.InvocationTargetException
InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.
Method
,
Constructor
, Serialized FormConstructor Summary | |
protected |
InvocationTargetException()
Constructs an InvocationTargetException with
null as the target exception. |
|
InvocationTargetException(Throwable target)
Constructs a InvocationTargetException with a target exception. |
|
InvocationTargetException(Throwable target,
String s)
Constructs a InvocationTargetException with a target exception and a detail message. |
Method Summary | |
Throwable |
getTargetException()
Get the thrown target exception. |
void |
printStackTrace()
Prints the stack trace of the thrown target exception. |
void |
printStackTrace(PrintStream ps)
Prints the stack trace of the thrown target exception to the specified print stream. |
void |
printStackTrace(PrintWriter pw)
Prints the stack trace of the thrown target exception to the specified print writer. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected InvocationTargetException()
InvocationTargetException
with
null
as the target exception.public InvocationTargetException(Throwable target)
public InvocationTargetException(Throwable target, String s)
Method Detail |
public Throwable getTargetException()
public void printStackTrace()
printStackTrace
in class Throwable
System.err
public void printStackTrace(PrintStream ps)
printStackTrace
in class Throwable
java.lang.Throwable
s
- PrintStream
to use for outputpublic void printStackTrace(PrintWriter pw)
printStackTrace
in class Throwable
java.lang.Throwable
s
- PrintWriter
to use for output
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates. All rights reserved.