public class FixmlConverterException extends Exception
Constructor and Description |
---|
FixmlConverterException(String message)
Constructs a new FixmlConverterException with the specified detail message.
|
FixmlConverterException(String message,
Throwable cause)
Constructs a new FixmlConverterException with the specified detail message and cause.
|
FixmlConverterException(Throwable cause)
Constructs a new FixmlConverterException with the specified cause and a detail message
of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FixmlConverterException(String message)
message
- The detail message.public FixmlConverterException(String message, Throwable cause)
message
- The detail message.cause
- The cause (which is saved for later retrieval by the getCause() method).public FixmlConverterException(Throwable cause)
cause
- The cause (which is saved for later retrieval by the getCause() method).Copyright © 2005–2024 Onix Solutions. All rights reserved.