Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.modules.apply
Class FieldLengthExceededException  view FieldLengthExceededException download FieldLengthExceededException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.flexstor.common.modules.apply.FieldLengthExceededException
All Implemented Interfaces:
java.io.Serializable

public class FieldLengthExceededException
extends java.lang.Exception

Version:
3.0

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  com.flexstor.common.modules.registry.EditableInstanceI editableInstance
           
private  int nFieldId
           
private  java.lang.String sFieldName
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
FieldLengthExceededException(com.flexstor.common.modules.registry.EditableInstanceI editableInstance, int nFieldId, java.lang.String sFieldName, java.lang.String sMsg)
           
 
Method Summary
 com.flexstor.common.modules.registry.EditableInstanceI getEditableInstance()
           
 int getFieldId()
           
 java.lang.String getFieldName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

editableInstance

private com.flexstor.common.modules.registry.EditableInstanceI editableInstance

nFieldId

private int nFieldId

sFieldName

private java.lang.String sFieldName
Constructor Detail

FieldLengthExceededException

public FieldLengthExceededException(com.flexstor.common.modules.registry.EditableInstanceI editableInstance,
                                    int nFieldId,
                                    java.lang.String sFieldName,
                                    java.lang.String sMsg)
Method Detail

getEditableInstance

public com.flexstor.common.modules.registry.EditableInstanceI getEditableInstance()

getFieldId

public int getFieldId()

getFieldName

public java.lang.String getFieldName()