All Packages Class Hierarchy This Package Previous Next Index
Class iBus.exception.MalformedStack
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----iBus.exception.iBusException
|
+----iBus.exception.MalformedStack
- public class MalformedStack
- extends iBusException
Signals a malformed iBus protocol stack
-
MalformedStack()
-
-
MalformedStack(String)
- Create an exception with the given details.
MalformedStack
public MalformedStack()
MalformedStack
public MalformedStack(String details)
- Create an exception with the given details.
- Parameters:
- details - the details of the exception
All Packages Class Hierarchy This Package Previous Next Index