public class StreamBaseException extends Exception implements com.streambase.sb.util.LocatedItem
StreamBaseRuntimeException
,
Serialized FormConstructor and Description |
---|
StreamBaseException(com.streambase.sb.util.LocatedItem loc,
String msg) |
StreamBaseException(com.streambase.sb.util.LocatedItem loc,
String msg,
Throwable cause) |
StreamBaseException(com.streambase.sb.util.LocatedItem loc,
Throwable cause) |
StreamBaseException(String a_message) |
StreamBaseException(String a_message,
Throwable a_cause) |
StreamBaseException(Throwable a_cause) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Map<String,String> |
getParams() |
int |
hashCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StreamBaseException(String a_message)
public StreamBaseException(Throwable a_cause)
public StreamBaseException(com.streambase.sb.util.LocatedItem loc, String msg)
public StreamBaseException(com.streambase.sb.util.LocatedItem loc, String msg, Throwable cause)
public StreamBaseException(com.streambase.sb.util.LocatedItem loc, Throwable cause)