public class UnsupportedRDFormatException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
UnsupportedRDFormatException(java.lang.String msg)
Creates a new UnsupportedRDFormatException.
|
UnsupportedRDFormatException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new UnsupportedRDFormatException wrapping another exception.
|
UnsupportedRDFormatException(java.lang.Throwable cause)
Creates a new UnsupportedRDFormatException.
|
public UnsupportedRDFormatException(java.lang.String msg)
msg - An error message.public UnsupportedRDFormatException(java.lang.Throwable cause)
cause - The cause of the exception.public UnsupportedRDFormatException(java.lang.String msg,
java.lang.Throwable cause)
msg - An error message.cause - The cause of the exception.Copyright © 2001-2014 Aduna. All Rights Reserved.