public class CondorStyleException extends CodeGeneratorException
Constructor and Description |
---|
CondorStyleException()
Constructs a
CondorStyleException with no detail
message. |
CondorStyleException(String message)
Constructs a
CondorStyleException with the specified detailed
message. |
CondorStyleException(String message,
Throwable cause)
Constructs a
CondorStyleException with the specified detailed
message and a cause. |
CondorStyleException(Throwable cause)
Constructs a
CondorStyleException with the
specified just a cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CondorStyleException()
CondorStyleException
with no detail
message.public CondorStyleException(String message)
CondorStyleException
with the specified detailed
message.message
- is the detailled message.public CondorStyleException(String message, Throwable cause)
CondorStyleException
with the specified detailed
message and a cause.message
- is the detailled message.cause
- is the cause (which is saved for later retrieval by the
Throwable.getCause()
method). A null
value is permitted, and indicates that the cause is nonexistent or
unknown.public CondorStyleException(Throwable cause)
CondorStyleException
with the
specified just a cause.cause
- is the cause (which is saved for later retrieval by the
Throwable.getCause()
method). A null
value is permitted, and indicates that the cause is nonexistent or
unknown.Copyright © 2011 The University of Southern California. All Rights Reserved.