|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tdk.signaturetest.errors.Handler
public abstract class Handler
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
EMPTY_ARRAY_LIST
|
| Constructor Summary | |
|---|---|
Handler()
|
|
| Method Summary | |
|---|---|
protected boolean |
canBeSubclassed(java.lang.String className,
ClassHierarchy clHier)
|
protected java.util.logging.Level |
getLevel()
|
protected boolean |
isAssignableTo(java.lang.String origType,
java.lang.String newType,
ClassHierarchy clHier)
|
protected void |
setLevel(java.util.logging.Level level)
|
protected void |
setMessageLevel(ErrorFormatter.Message m)
|
Handler |
setNext(Handler h)
|
protected static java.util.ArrayList |
stringToArrayList(java.lang.String source,
java.lang.String delimiter)
|
protected abstract void |
writeMessage(java.util.List l,
Chain ch)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.util.ArrayList EMPTY_ARRAY_LIST
| Constructor Detail |
|---|
public Handler()
| Method Detail |
|---|
public Handler setNext(Handler h)
protected abstract void writeMessage(java.util.List l,
Chain ch)
protected static java.util.ArrayList stringToArrayList(java.lang.String source,
java.lang.String delimiter)
protected boolean canBeSubclassed(java.lang.String className,
ClassHierarchy clHier)
protected boolean isAssignableTo(java.lang.String origType,
java.lang.String newType,
ClassHierarchy clHier)
protected java.util.logging.Level getLevel()
protected void setLevel(java.util.logging.Level level)
protected void setMessageLevel(ErrorFormatter.Message m)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||