{{theTime}}

Search This Blog

Total Pageviews

[java.lang.IllegalArgumentExcetpion: Invalid message code: The specified directory does not exist:]

It is a Java RuntimeException thrown when the specified directory does not exist.  

The sub classes of IllegalArgumentException:
    IllegalChannelGroupException 
    IllegalCharsetNameException 
    IllegalFormatException
    IllegalSelectorException
    IllegalThreadStateException
    InvalidKeyException
    InvalidOpenTypeException
    InvalidParameterException
    InvalidPathException
    KeyAlreadyExistsException
    NumberFormatException
    PatternSyntaxException
    ProviderMismatchException
    UnresolvedAddressException
    UnsupportedAddressTypeException
    UnsupportedCharsetException


No comments:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...