org.jostraca
Class WriterFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jostraca.util.StandardException
                  extended byorg.jostraca.WriterFormatException
All Implemented Interfaces:
java.io.Serializable

public class WriterFormatException
extends StandardException

WriterFormatException class.

See Also:
Serialized Form

Nested Class Summary
static class WriterFormatException.Code
          Code enumeration class for WriterFormatException
 
Nested classes inherited from class org.jostraca.util.StandardException
StandardException.Cat
 
Field Summary
static WriterFormatException.Code CODE_prop_missing
           
static WriterFormatException.Code CODE_writer_format_load
           
 
Fields inherited from class org.jostraca.util.StandardException
CODE_system, CODE_user, DEFAULT_CODE, iCode, iContained, iContext, iOrigin, iOriginalMessage, KEY_standard
 
Constructor Summary
WriterFormatException()
           
WriterFormatException(java.lang.Object pContext)
           
WriterFormatException(java.lang.Object[] pContext)
           
WriterFormatException(java.lang.String pMsg)
           
WriterFormatException(java.lang.String[] pContext)
           
WriterFormatException(java.lang.String pMsg, java.lang.Object pContext)
           
WriterFormatException(java.lang.String pMsg, java.lang.Object[] pContext)
           
WriterFormatException(java.lang.String pMsg, java.lang.String[] pContext)
           
WriterFormatException(java.lang.String pMessage, java.lang.Throwable pContained)
           
WriterFormatException(java.lang.Throwable pContained)
           
WriterFormatException(WriterFormatException.Code pCode)
           
WriterFormatException(WriterFormatException.Code pCode, java.lang.Object pContext)
           
WriterFormatException(WriterFormatException.Code pCode, java.lang.Object[] pContext)
           
WriterFormatException(WriterFormatException.Code pCode, java.lang.Object[] pContext, java.lang.Throwable pContained)
           
WriterFormatException(WriterFormatException.Code pCode, java.lang.Object pContext, java.lang.Throwable pContained)
           
WriterFormatException(WriterFormatException.Code pCode, java.lang.String pMsg)
           
WriterFormatException(WriterFormatException.Code pCode, java.lang.String[] pContext)
           
WriterFormatException(WriterFormatException.Code pCode, java.lang.String[] pContext, java.lang.Throwable pContained)
           
WriterFormatException(WriterFormatException.Code pCode, java.lang.String pMsg, java.lang.Object pContext)
           
WriterFormatException(WriterFormatException.Code pCode, java.lang.String pMsg, java.lang.Object[] pContext)
           
WriterFormatException(WriterFormatException.Code pCode, java.lang.String pMsg, java.lang.String[] pContext)
           
WriterFormatException(WriterFormatException.Code pCode, java.lang.String pMessage, java.lang.Throwable pContained)
           
WriterFormatException(WriterFormatException.Code pCode, java.lang.Throwable pContained)
           
 
Method Summary
static WriterFormatException CODE_prop_missing(java.lang.Object pContext)
           
static WriterFormatException CODE_prop_missing(java.lang.Object pContext, java.lang.Throwable pContained)
           
static WriterFormatException CODE_prop_missing(java.lang.String[] pContext)
           
static WriterFormatException CODE_prop_missing(java.lang.String pName1, java.lang.String pValue1)
           
static WriterFormatException CODE_prop_missing(java.lang.String pName1, java.lang.String pValue1, java.lang.String pName2, java.lang.String pValue2)
           
static WriterFormatException CODE_prop_missing(java.lang.String pName1, java.lang.String pValue1, java.lang.String pName2, java.lang.String pValue2, java.lang.String pName3, java.lang.String pValue3)
           
static WriterFormatException CODE_writer_format_load(java.lang.Object pContext)
           
static WriterFormatException CODE_writer_format_load(java.lang.Object pContext, java.lang.Throwable pContained)
           
static WriterFormatException CODE_writer_format_load(java.lang.String[] pContext)
           
static WriterFormatException CODE_writer_format_load(java.lang.String pName1, java.lang.String pValue1)
           
static WriterFormatException CODE_writer_format_load(java.lang.String pName1, java.lang.String pValue1, java.lang.String pName2, java.lang.String pValue2)
           
static WriterFormatException CODE_writer_format_load(java.lang.String pName1, java.lang.String pValue1, java.lang.String pName2, java.lang.String pValue2, java.lang.String pName3, java.lang.String pValue3)
           
 java.lang.String getPackage()
           
 
Methods inherited from class org.jostraca.util.StandardException
formatContextValues, formatContextValues, formatContextValues, getCat, getCode, getContained, getContainedStandard, getContext, getContextValues, getContextValues, getKey, getOriginalMessage, hasContained, makeStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CODE_writer_format_load

public static final WriterFormatException.Code CODE_writer_format_load

CODE_prop_missing

public static final WriterFormatException.Code CODE_prop_missing
Constructor Detail

WriterFormatException

public WriterFormatException()

WriterFormatException

public WriterFormatException(java.lang.String pMsg)

WriterFormatException

public WriterFormatException(WriterFormatException.Code pCode,
                             java.lang.String pMsg)

WriterFormatException

public WriterFormatException(WriterFormatException.Code pCode)

WriterFormatException

public WriterFormatException(java.lang.Object pContext)

WriterFormatException

public WriterFormatException(java.lang.String[] pContext)

WriterFormatException

public WriterFormatException(java.lang.Object[] pContext)

WriterFormatException

public WriterFormatException(java.lang.String pMsg,
                             java.lang.Object pContext)

WriterFormatException

public WriterFormatException(java.lang.String pMsg,
                             java.lang.String[] pContext)

WriterFormatException

public WriterFormatException(java.lang.String pMsg,
                             java.lang.Object[] pContext)

WriterFormatException

public WriterFormatException(WriterFormatException.Code pCode,
                             java.lang.String pMsg,
                             java.lang.Object pContext)

WriterFormatException

public WriterFormatException(WriterFormatException.Code pCode,
                             java.lang.String pMsg,
                             java.lang.String[] pContext)

WriterFormatException

public WriterFormatException(WriterFormatException.Code pCode,
                             java.lang.String pMsg,
                             java.lang.Object[] pContext)

WriterFormatException

public WriterFormatException(WriterFormatException.Code pCode,
                             java.lang.Object pContext)

WriterFormatException

public WriterFormatException(WriterFormatException.Code pCode,
                             java.lang.String[] pContext)

WriterFormatException

public WriterFormatException(WriterFormatException.Code pCode,
                             java.lang.Object[] pContext)

WriterFormatException

public WriterFormatException(WriterFormatException.Code pCode,
                             java.lang.Throwable pContained)

WriterFormatException

public WriterFormatException(java.lang.Throwable pContained)

WriterFormatException

public WriterFormatException(java.lang.String pMessage,
                             java.lang.Throwable pContained)

WriterFormatException

public WriterFormatException(WriterFormatException.Code pCode,
                             java.lang.String pMessage,
                             java.lang.Throwable pContained)

WriterFormatException

public WriterFormatException(WriterFormatException.Code pCode,
                             java.lang.Object pContext,
                             java.lang.Throwable pContained)

WriterFormatException

public WriterFormatException(WriterFormatException.Code pCode,
                             java.lang.String[] pContext,
                             java.lang.Throwable pContained)

WriterFormatException

public WriterFormatException(WriterFormatException.Code pCode,
                             java.lang.Object[] pContext,
                             java.lang.Throwable pContained)
Method Detail

CODE_writer_format_load

public static WriterFormatException CODE_writer_format_load(java.lang.String[] pContext)

CODE_writer_format_load

public static WriterFormatException CODE_writer_format_load(java.lang.String pName1,
                                                            java.lang.String pValue1)

CODE_writer_format_load

public static WriterFormatException CODE_writer_format_load(java.lang.String pName1,
                                                            java.lang.String pValue1,
                                                            java.lang.String pName2,
                                                            java.lang.String pValue2)

CODE_writer_format_load

public static WriterFormatException CODE_writer_format_load(java.lang.String pName1,
                                                            java.lang.String pValue1,
                                                            java.lang.String pName2,
                                                            java.lang.String pValue2,
                                                            java.lang.String pName3,
                                                            java.lang.String pValue3)

CODE_writer_format_load

public static WriterFormatException CODE_writer_format_load(java.lang.Object pContext)

CODE_writer_format_load

public static WriterFormatException CODE_writer_format_load(java.lang.Object pContext,
                                                            java.lang.Throwable pContained)

CODE_prop_missing

public static WriterFormatException CODE_prop_missing(java.lang.String[] pContext)

CODE_prop_missing

public static WriterFormatException CODE_prop_missing(java.lang.String pName1,
                                                      java.lang.String pValue1)

CODE_prop_missing

public static WriterFormatException CODE_prop_missing(java.lang.String pName1,
                                                      java.lang.String pValue1,
                                                      java.lang.String pName2,
                                                      java.lang.String pValue2)

CODE_prop_missing

public static WriterFormatException CODE_prop_missing(java.lang.String pName1,
                                                      java.lang.String pValue1,
                                                      java.lang.String pName2,
                                                      java.lang.String pValue2,
                                                      java.lang.String pName3,
                                                      java.lang.String pValue3)

CODE_prop_missing

public static WriterFormatException CODE_prop_missing(java.lang.Object pContext)

CODE_prop_missing

public static WriterFormatException CODE_prop_missing(java.lang.Object pContext,
                                                      java.lang.Throwable pContained)

getPackage

public java.lang.String getPackage()
Overrides:
getPackage in class StandardException


Copyright © 2000-2002 Richard Rodger