Package com.streambase.sb
Class StreamBaseIllegalArgumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- com.streambase.sb.StreamBaseIllegalArgumentException
-
- All Implemented Interfaces:
Serializable
public class StreamBaseIllegalArgumentException extends IllegalArgumentException
A StreamBase wrapper for IllegalArgumentException for use by methods that want to throw IAE in a kind of cleaner fashion.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamBaseIllegalArgumentException(StreamBaseException e)
StreamBaseIllegalArgumentException(String format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasCause()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StreamBaseIllegalArgumentException
public StreamBaseIllegalArgumentException(StreamBaseException e)
-
StreamBaseIllegalArgumentException
public StreamBaseIllegalArgumentException(String format)
-
-