com.sun.electric.tool.user
Class ErrorLogger.WarningLog

java.lang.Object
  extended by com.sun.electric.tool.user.ErrorLogger.MessageLog
      extended by com.sun.electric.tool.user.ErrorLogger.WarningLog
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ErrorLogger.MessageLog>
Enclosing class:
ErrorLogger

public static class ErrorLogger.WarningLog
extends ErrorLogger.MessageLog

Create a Log of a single warning.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sun.electric.tool.user.ErrorLogger.MessageLog
index
 
Constructor Summary
ErrorLogger.WarningLog(java.lang.String message, Cell cell, int sortKey, java.util.List<ErrorHighlight> highlights)
           
 
Method Summary
 
Methods inherited from class com.sun.electric.tool.user.ErrorLogger.MessageLog
compareTo, findGeometries, getHighlights, getMessage, getMessageString, getSortKey, isValid, xmlDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorLogger.WarningLog

public ErrorLogger.WarningLog(java.lang.String message,
                              Cell cell,
                              int sortKey,
                              java.util.List<ErrorHighlight> highlights)