public class TurbineRuntimeException extends RuntimeException
RuntimeException
). It has the nested stack trace
functionality found in the TurbineException
class.Constructor and Description |
---|
TurbineRuntimeException()
Constructs a new
TurbineRuntimeException without specified
detail message. |
TurbineRuntimeException(String msg)
Constructs a new
TurbineRuntimeException with specified
detail message. |
TurbineRuntimeException(String msg,
Throwable nested)
Constructs a new
TurbineRuntimeException with specified
detail message and nested Throwable . |
TurbineRuntimeException(Throwable nested)
Constructs a new
TurbineRuntimeException with specified
nested Throwable . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TurbineRuntimeException()
TurbineRuntimeException
without specified
detail message.public TurbineRuntimeException(String msg)
TurbineRuntimeException
with specified
detail message.msg
- the error message.public TurbineRuntimeException(Throwable nested)
TurbineRuntimeException
with specified
nested Throwable
.nested
- the exception or error that caused this exception
to be thrown.public TurbineRuntimeException(String msg, Throwable nested)
TurbineRuntimeException
with specified
detail message and nested Throwable
.msg
- the error message.nested
- the exception or error that caused this exception
to be thrown.Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.