jTransfo, 0.14

org.jtransfo
Class JTransfoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jtransfo.JTransfoException
All Implemented Interfaces:
Serializable

public class JTransfoException
extends RuntimeException

Exception during jTransfo handling.

See Also:
Serialized Form

Constructor Summary
JTransfoException(String message)
          Problem during processing with message.
JTransfoException(String message, Throwable throwable)
          Problem during processing with message and cause.
 
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

JTransfoException

public JTransfoException(String message)
Problem during processing with message.

Parameters:
message - message

JTransfoException

public JTransfoException(String message,
                         Throwable throwable)
Problem during processing with message and cause.

Parameters:
message - message
throwable - cause

jTransfo, 0.14

Copyright © 2014. All rights reserved.