public class UnsupportedRDFormatException extends RuntimeException
Constructor and Description |
---|
UnsupportedRDFormatException(String msg)
Creates a new UnsupportedRDFormatException.
|
UnsupportedRDFormatException(String msg,
Throwable cause)
Creates a new UnsupportedRDFormatException wrapping another exception.
|
UnsupportedRDFormatException(Throwable cause)
Creates a new UnsupportedRDFormatException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedRDFormatException(String msg)
msg
- An error message.public UnsupportedRDFormatException(Throwable cause)
cause
- The cause of the exception.Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.