|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.axsl.output.OutputException
public class OutputException
Exception thrown when an axslOutput implementation has a problem.
Constructor Summary | |
---|---|
OutputException(java.lang.String message)
Create a new OutputException . |
|
OutputException(java.lang.String message,
java.lang.Throwable cause)
Create a new OutputException . |
|
OutputException(java.lang.Throwable cause)
Create a new OutputException . |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OutputException(java.lang.String message)
OutputException
.
Identical to Exception.Exception(java.lang.String)
message
- The detail message. The detail message is saved for later
retrieval by the Throwable.getMessage()
method.Exception.Exception(java.lang.String)
public OutputException(java.lang.Throwable cause)
OutputException
.
Identical to Exception.Exception(java.lang.Throwable)
cause
- The cause (which is saved for later retrieval by the
Throwable.getCause()
method).
(A null
value is permitted, and indicates that the cause is
nonexistent or unknown.)Exception.Exception(java.lang.Throwable)
public OutputException(java.lang.String message, java.lang.Throwable cause)
OutputException
.
Identical to Exception.Exception(java.lang.String,
java.lang.Throwable)
message
- The detail message. The detail message is saved for later
retrieval by the Throwable.getMessage()
method.cause
- The cause (which is saved for later retrieval by the
Throwable.getCause()
method).
(A null
value is permitted, and indicates that the cause is
nonexistent or unknown.)Exception.Exception(java.lang.String, java.lang.Throwable)
|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.