Package akka.stream.scaladsl
Class Partition.PartitionOutOfBoundsException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- java.lang.IndexOutOfBoundsException
 - 
- akka.stream.scaladsl.Partition.PartitionOutOfBoundsException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,scala.Equals,scala.Product,scala.util.control.NoStackTrace
public static class Partition.PartitionOutOfBoundsException extends java.lang.IndexOutOfBoundsException implements scala.util.control.NoStackTrace, scala.Product, java.io.Serializable- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PartitionOutOfBoundsException(java.lang.String msg) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)Partition.PartitionOutOfBoundsExceptioncopy(java.lang.String msg)java.lang.Stringcopy$default$1()booleanequals(java.lang.Object x$1)inthashCode()java.lang.Stringmsg()intproductArity()java.lang.ObjectproductElement(int x$1)java.lang.StringproductElementName(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
msg
public java.lang.String msg()
 
- 
copy
public Partition.PartitionOutOfBoundsException copy(java.lang.String msg)
 
- 
copy$default$1
public java.lang.String copy$default$1()
 
- 
productPrefix
public java.lang.String productPrefix()
- Specified by:
 productPrefixin interfacescala.Product
 
- 
productArity
public int productArity()
- Specified by:
 productArityin interfacescala.Product
 
- 
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
 productElementin interfacescala.Product
 
- 
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
 productIteratorin interfacescala.Product
 
- 
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
 canEqualin interfacescala.Equals
 
- 
productElementName
public java.lang.String productElementName(int x$1)
- Specified by:
 productElementNamein interfacescala.Product
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
 equalsin interfacescala.Equals- Overrides:
 equalsin classjava.lang.Object
 
 - 
 
 -