org.jtransfo
Class JTransfoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jtransfo.JTransfoException
- All Implemented Interfaces:
- Serializable
public class JTransfoException
- extends RuntimeException
Exception during jTransfo handling.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 - messagethrowable - cause
Copyright © 2014. All rights reserved.