public abstract class IllegalCartOperationException extends RuntimeException
| Modifier | Constructor and Description |
|---|---|
protected |
IllegalCartOperationException() |
|
IllegalCartOperationException(String message) |
|
IllegalCartOperationException(String message,
Throwable cause) |
|
IllegalCartOperationException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected IllegalCartOperationException()
public IllegalCartOperationException(String message)
public IllegalCartOperationException(Throwable cause)
public abstract String getType()
Copyright © 2014. All Rights Reserved.