com.jeffpalm.util
Interface Handler

All Known Subinterfaces:
Handler.Checker
All Known Implementing Classes:
AbstractHandlerHasInstance, Acronyms, AlarmClock, Album, AlkalineTrio, AnalyzeResults, AntGui, Arabic, AreaCode, Ascii, Banner, Basename, Bases, Bin, Bin.WantsClasses, BinomialExpansion, BradyBunch, Buckets, ByteDiff, ByteWriter, Bzip2, Calc, Cat, Center, CertifyHTML, ClassChecker, ClassDiff, Clipboard, Cmp, Colrm, Correlation, CountGetters, CountryCode, CreateLinks, CSVFileReader, CSVReader, Currency, CVSCheck, CVSIgnore, D, Date, Daypop, Ddate, DeleteEmpty, Diff, Dirs, DiscreteLog, Dos2Unix, DotGraphs, Download, Du, DumpInfo, Echo, Expand, Factor, False, FileGrabber, FilePiano, Filez, Find, FindMain, FindMakeTargets, FindOutliers, FindTargets, FTP, FTPGet, FTPPut, Fuck, GenAntTask, GenBinFiles, GenInterfaces, GenNonNulls, GetFiles, GetPerson, GetURL, GraphFileReader, Grep, Grepjar, GroupMetrics, GUI, Gunzip, Gzip, Head, Help, Hex, Hmoob, Horoscope, Host, Hostname, Html2CSV, Impl, Indent, Install, Interface, Interfaces, Jad, Jar, Javap, JavaProps, Largest, Lastlog, LastModified, LinesOfCode, LinkCheck, Logname, Look, Ls, Machines, Main, Main, Main, Main, Main, Main, Main, Main, Main, Main, Main, Main, Main, Main, Main, Main, MainClass, Mains, MakeTargets, Martha, MergeProjects, MergeResults, MergeResults2, Montage, More, MorseCode, Netinfo, NewDomains, NewExt, Newlines, NextVersion, Oldest, Packages, Paste, Photos, PhotoViewer, Ping, Place, PrintSmap, Prune, Pwd, RandomInsult, RandomWebsites, RandomWebsites, Refills, Repackage, Replace, Resize, ReverseMetrics, Rm, Roman, RunallTests, Seq, Showlines, Shred, Smallest, Sort, SourceLines, String2Hex, Synonyms, Tables, Tail, Tar, Thesaurus, ToFrames, ToTables, Totals, Translate, True, TypeSafeEnums, UnCVS, Unix2Dos, Unzip, Violations, WarrenMiller, Wc, Wget, Whoami, Whois, Will, WordStats, Yes, Youngest, Zip, Zipcodes

public interface Handler


Nested Class Summary
static interface Handler.Checker
           
static interface Handler.HasInstance
           
 
Field Summary
static Handler.Checker DEFAULT
           
static Handler.Checker QUIET
           
static Handler.Checker THROWER
           
 
Method Summary
 void handle(java.lang.String msg, java.lang.Throwable e)
           
 void handle(java.lang.Throwable e)
           
 

Field Detail

QUIET

static final Handler.Checker QUIET

DEFAULT

static final Handler.Checker DEFAULT

THROWER

static final Handler.Checker THROWER
Method Detail

handle

void handle(java.lang.Throwable e)

handle

void handle(java.lang.String msg,
            java.lang.Throwable e)