Package org.apache.storm.generated
Class IllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.storm.thrift.TException
org.apache.storm.generated.IllegalStateException
- All Implemented Interfaces:
 Serializable,Cloneable,Comparable<IllegalStateException>,org.apache.storm.thrift.TBase<IllegalStateException,,IllegalStateException._Fields> org.apache.storm.thrift.TSerializable
- Direct Known Subclasses:
 WrappedIllegalStateException
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class IllegalStateException
extends org.apache.storm.thrift.TException
implements org.apache.storm.thrift.TBase<IllegalStateException,IllegalStateException._Fields>, Serializable, Cloneable, Comparable<IllegalStateException> 
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them. - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<IllegalStateException._Fields,org.apache.storm.thrift.meta_data.FieldMetaData>  - 
Constructor Summary
ConstructorsConstructorDescriptionPerforms a deep copy on other. - 
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intcompareTo(IllegalStateException other) deepCopy()booleanbooleanequals(IllegalStateException that) fieldForId(int fieldId) get_msg()inthashCode()booleanReturns true if field msg is set (has been assigned a value) and false otherwisebooleanReturns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidread(org.apache.storm.thrift.protocol.TProtocol iprot) voidvoidset_msg_isSet(boolean value) voidsetFieldValue(IllegalStateException._Fields field, Object value) toString()voidvoidvalidate()voidwrite(org.apache.storm.thrift.protocol.TProtocol oprot) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace 
- 
Field Details
- 
metaDataMap
public static final Map<IllegalStateException._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap 
 - 
 - 
Constructor Details
- 
IllegalStateException
public IllegalStateException() - 
IllegalStateException
 - 
IllegalStateException
Performs a deep copy on other. 
 - 
 - 
Method Details
- 
deepCopy
- Specified by:
 deepCopyin interfaceorg.apache.storm.thrift.TBase<IllegalStateException,IllegalStateException._Fields> 
 - 
clear
public void clear()- Specified by:
 clearin interfaceorg.apache.storm.thrift.TBase<IllegalStateException,IllegalStateException._Fields> 
 - 
get_msg
 - 
set_msg
 - 
unset_msg
public void unset_msg() - 
is_set_msg
public boolean is_set_msg()Returns true if field msg is set (has been assigned a value) and false otherwise - 
set_msg_isSet
public void set_msg_isSet(boolean value)  - 
setFieldValue
- Specified by:
 setFieldValuein interfaceorg.apache.storm.thrift.TBase<IllegalStateException,IllegalStateException._Fields> 
 - 
getFieldValue
- Specified by:
 getFieldValuein interfaceorg.apache.storm.thrift.TBase<IllegalStateException,IllegalStateException._Fields> 
 - 
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
 isSetin interfaceorg.apache.storm.thrift.TBase<IllegalStateException,IllegalStateException._Fields> 
 - 
equals
 - 
equals
 - 
hashCode
public int hashCode() - 
compareTo
- Specified by:
 compareToin interfaceComparable<IllegalStateException>
 - 
fieldForId
- Specified by:
 fieldForIdin interfaceorg.apache.storm.thrift.TBase<IllegalStateException,IllegalStateException._Fields> 
 - 
read
public void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException - Specified by:
 readin interfaceorg.apache.storm.thrift.TSerializable- Throws:
 org.apache.storm.thrift.TException
 - 
write
public void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException - Specified by:
 writein interfaceorg.apache.storm.thrift.TSerializable- Throws:
 org.apache.storm.thrift.TException
 - 
toString
 - 
validate
public void validate() throws org.apache.storm.thrift.TException- Throws:
 org.apache.storm.thrift.TException
 
 -