org.apache.batik.transcoder
Class TranscoderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.apache.batik.transcoder.TranscoderException
All Implemented Interfaces:
java.io.Serializable

public class TranscoderException
extends java.lang.RuntimeException

Thrown when a transcoder is not able to transcode its input.

See Also:
Serialized Form

Field Summary
protected  java.lang.Exception ex
          The enclosed exception.
 
Constructor Summary
TranscoderException()
          Constructs a new empty transcoder exception.
TranscoderException(java.lang.String s)
          Constructs a new transcoder exception with the specified detail message.
TranscoderException(java.lang.String s, java.lang.Exception ex)
          Constructs a new transcoder exception with the specified detail message.
 
Method Summary
 java.lang.Exception getException()
          Returns the original enclosed exception or null if any.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ex

protected java.lang.Exception ex
The enclosed exception.
Constructor Detail

TranscoderException

public TranscoderException()
Constructs a new empty transcoder exception.

TranscoderException

public TranscoderException(java.lang.String s)
Constructs a new transcoder exception with the specified detail message.
Parameters:
s - the detail message of this exception

TranscoderException

public TranscoderException(java.lang.String s,
                           java.lang.Exception ex)
Constructs a new transcoder exception with the specified detail message.
Parameters:
s - the detail message of this exception
ex - the original exception
Method Detail

getException

public java.lang.Exception getException()
Returns the original enclosed exception or null if any.


Copyright © 2000 Apache Software Foundation. All Rights Reserved.