Milyn-Smooks Version 0.4

org.milyn
Class SmooksException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.milyn.SmooksException
All Implemented Interfaces:
java.io.Serializable

public class SmooksException
extends java.lang.Exception

Smooks Exception.

Thrown when Smooks is unable to transform the InputStream markup for the target device. Chained Exception added.

Author:
tfennelly
See Also:
Serialized Form

Constructor Summary
SmooksException(java.lang.String message, java.lang.Throwable cause)
          Public constructor.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SmooksException

public SmooksException(java.lang.String message,
                       java.lang.Throwable cause)
Public constructor.

Parameters:
message - Exception message.
cause - Exception cause chain.

Milyn-Smooks Version 0.4