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