|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.xml.transform.TransformerException
org.ikasan.framework.component.transformation.TrivialTransformerException
public class TrivialTransformerException
This class extends the TransformerException. It will be used
for throwing exceptions that can subsequently be ignored (i.e. no severe
measures required for the exception)
| Constructor Summary | |
|---|---|
TrivialTransformerException(String message)
Create a new TrivialTransformerException. |
|
TrivialTransformerException(String message,
SourceLocator locator)
Create a new TrivialTransformerException from a message and a Locator. |
|
TrivialTransformerException(String message,
SourceLocator locator,
Throwable ex)
Wrap an existing exception in a TrivialTransformerException. |
|
TrivialTransformerException(String message,
Throwable ex)
Wrap an existing exception in a TrivialTransformerException. |
|
TrivialTransformerException(Throwable ex)
Create a new TrivialTransformerException wrapping an existing exception. |
|
| Method Summary |
|---|
| Methods inherited from class javax.xml.transform.TransformerException |
|---|
getCause, getException, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocator |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TrivialTransformerException(String message)
message - - The error or warning message.public TrivialTransformerException(Throwable ex)
ex - - The exception to be wrapped.
public TrivialTransformerException(String message,
Throwable ex)
message - - The error or warning message, or null to use the message
from the embedded exception.ex - - Any exception.
public TrivialTransformerException(String message,
SourceLocator locator)
message - - The error or warning message.locator - - The locator object for the error or warning.
public TrivialTransformerException(String message,
SourceLocator locator,
Throwable ex)
message - - The error or warning message, or null to use the message
from the embedded exception.locator - - The locator object for the error or warning.ex - - Any exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||