public class TransformationException extends RuntimeException
commons.configuration.PropertyTransformer when transformaton error
occurs and is catched by commons.configuration.ConfigurableProcessor| Constructor and Description |
|---|
TransformationException()
Creates new instance of exception
|
TransformationException(String message)
Creates new instance of exception
|
TransformationException(String message,
Throwable cause)
Creates new instance of exception
|
TransformationException(Throwable cause)
Creates new instance of exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransformationException()
public TransformationException(String message)
message - exception messagepublic TransformationException(String message, Throwable cause)
message - exception messagecause - exception that is the reason of this exceptionpublic TransformationException(Throwable cause)
cause - exception that is the reason of this exceptionCopyright © 2014–2015. All rights reserved.