public class OSMException
extends java.lang.Exception
Constructor and Description |
---|
OSMException()
Construct an OSMException with no error message.
|
OSMException(java.lang.String msg)
Construct an OSMException with an error message.
|
OSMException(java.lang.String msg,
java.lang.Throwable cause)
Construct an OSMException with an error message and underlying cause.
|
OSMException(java.lang.Throwable cause)
Construct an OSMException with an underlying cause.
|
public OSMException()
public OSMException(java.lang.String msg)
msg
- The error message.public OSMException(java.lang.Throwable cause)
cause
- The cause.public OSMException(java.lang.String msg, java.lang.Throwable cause)
msg
- The error message.cause
- The cause.