org.jostraca.util
Class StandardException.Code

java.lang.Object
  extended byorg.jostraca.util.StandardException.Code
Direct Known Subclasses:
DirectiveException.Code, ModifierException.Code, ProcessException.Code, PropertySetException.Code, RegExpException.Code, ResourceException.Code, ServiceException.Code, TemplateElementProcessorException.Code, TemplateException.Code, TemplateParserException.Code, TemplateScriptException.Code, TransformException.Code, UnitException.Code, UtilException.Code, WriterFormatException.Code
Enclosing class:
StandardException

public static class StandardException.Code
extends java.lang.Object


Field Summary
static StandardException.Cat CAT_system
           
static StandardException.Cat CAT_user
           
 
Constructor Summary
protected StandardException.Code(StandardException.Cat pCat, java.lang.String pKey)
           
 
Method Summary
 StandardException.Cat getCat()
           
 java.lang.String getKey()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CAT_system

public static final StandardException.Cat CAT_system

CAT_user

public static final StandardException.Cat CAT_user
Constructor Detail

StandardException.Code

protected StandardException.Code(StandardException.Cat pCat,
                                 java.lang.String pKey)
Method Detail

getKey

public java.lang.String getKey()

getCat

public StandardException.Cat getCat()

toString

public java.lang.String toString()


Copyright © 2000-2002 Richard Rodger