|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openstreetmap.osmosis.core.OsmosisRuntimeException
public class OsmosisRuntimeException
The root of the unchecked exception hierarchy for the application. All typed runtime exceptions subclass this exception.
Constructor Summary | |
---|---|
OsmosisRuntimeException()
Constructs a new exception with null as its detail message. |
|
OsmosisRuntimeException(java.lang.String message)
Constructs a new exception with the specified detail message. |
|
OsmosisRuntimeException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
OsmosisRuntimeException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause). |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OsmosisRuntimeException()
null
as its detail message.
public OsmosisRuntimeException(java.lang.String message)
Throwable.initCause(java.lang.Throwable)
.
message
- the detail message.public OsmosisRuntimeException(java.lang.Throwable cause)
cause
- the cause.public OsmosisRuntimeException(java.lang.String message, java.lang.Throwable cause)
message
- the detail message.cause
- the cause.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |